/*
 * fonts.css — self-hosted variable webfonts (GDPR: no runtime Google call).
 *
 * Fraunces (display serif, weight + optical-size axes) and Schibsted Grotesk
 * (body grotesque, weight axis). Latin subset covers Finnish ä/ö/å. Both use
 * font-display: swap so text is visible immediately on the fallback, then swaps.
 * Files: assets/fonts/*.woff2. Source: Fontsource (OFL) — see fonts/LICENSES.md.
 */

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-var.woff2') format('woff2');
	font-weight: 100 900;
	font-stretch: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Schibsted Grotesk';
	src: url('../fonts/schibsted-grotesk-var.woff2') format('woff2');
	font-weight: 400 900;
	font-stretch: normal;
	font-style: normal;
	font-display: swap;
}
