/**
 * Self-hosted Inter latin (SIL OFL).
 * Blocking: 400 (body/nav) + 800 (hero H1, preloaded).
 * 500/600/700 load from fonts-rest.css after first paint.
 * 300 and 900 are unused and are not included.
 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-latin-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/inter-latin-800.woff2') format('woff2');
}
