/*
 * Ordmesh V1 — Typeface loader
 * Helvetica Now Display Regular — licensed, bundled with this theme
 * (uploaded by the site owner). Only the Regular (400) weight is
 * available, so the whole site intentionally uses a single weight —
 * this matches the flat, minimal type hierarchy of the reference site
 * (size/spacing carries hierarchy, not boldness).
 */

@font-face {
	font-family: 'Helvetica Now Display';
	src: url('../fonts/HelveticaNowDisplay-Regular.eot');
	src: url('../fonts/HelveticaNowDisplay-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2'),
	     url('../fonts/HelveticaNowDisplay-Regular.woff') format('woff'),
	     url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--ordmesh-font: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
