/* Inter - Primary font (variable font supports all weights 100-900) */
@font-face {
	font-family: 'Inter';
	src: url('/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-display: swap;
	font-weight: 100 900;
	font-style: normal;
}

/* Inter Fallback - for CLS optimization */
@font-face {
	font-family: 'Inter Fallback';
	src: local('Arial');
	ascent-override: 90.49%;
	descent-override: 22.56%;
	line-gap-override: 0.00%;
	size-adjust: 107.06%;
}

/* CSS Variables for font stacks */
:root {
	--font-sans: 'Inter', 'Inter Fallback', system-ui, sans-serif;
}
