/* Self-hostede variabel-fonter (latin subset, dekker æøå via U+0000–00FF).
   Erstatter Google Fonts CDN — unngår IP-lekkasje til Google (GDPR/Datatilsynet).
   Variabel-akse: én fil per familie dekker alle brukte vekter (400–700). */

@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/outfit-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/dm-sans-latin.woff2') format('woff2');
}
