/* Self-hosted Inter + metric-matched fallback (reduces CLS on swap). */
@font-face {
	font-family: 'Inter Fallback';
	src: local('Arial');
	size-adjust: 107.4%;
	ascent-override: 90%;
	descent-override: 22.43%;
	line-gap-override: 0%;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 300 900;
	font-stretch: normal;
	font-display: swap;
	src: url('../fonts/Inter-Variable.woff2') format('woff2');
}
