/*
 * Inter — self-hosted, weights 400 (Regular) and 500 (Medium) ONLY.
 * Files include full Unicode coverage (Latin + Cyrillic).
 * Per docs/design-tokens.md: no other weights are used anywhere on the site.
 */

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

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