/*
 * Self-hosted, latin-subset fonts — no external Google Fonts requests.
 * Archivo (variable, display headings — a grotesque with real
 * architectural/signage character, distinct from every recently-used
 * catalogue display face). Manrope (variable, body/UI copy — clean,
 * highly legible, not recently reused in this catalogue).
 */

@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-var.woff2') format('woff2-variations'), url('../fonts/archivo-var.woff2') format('woff2');
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
}

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