/*
 * IQ Construct — self-hosted typefaces.
 *
 * Two families, per the approved identity: Manrope for headings, product titles,
 * primary navigation and buttons; Inter for body copy, descriptions, forms and
 * secondary interface text.
 *
 * Both are shipped as full variable WOFF2 with the complete Google Fonts glyph
 * set — no subsetting. Romanian needs Â â Î î from `latin` AND Ă ă plus the
 * comma-below Ș ș Ț ț (U+0218–U+021B) from `latin-ext`; shipping the unsubsetted
 * file is what guarantees both, so no unicode-range split is declared here.
 *
 * Licences and retrieval: LICENSES/SOURCES.md.
 */

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('manrope-variable.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('inter-variable.woff2') format('woff2');
}
