/*
 * Self-hosted Netjes typefaces — no external font CDN.
 *
 * Both are variable fonts (a single file covers their full weight range),
 * downloaded from Google's own font distribution and used here under the
 * SIL Open Font License 1.1. License text ships alongside each family:
 *   assets/fonts/inter/OFL.txt
 *   assets/fonts/source-serif-4/OFL.txt
 *
 * "latin" subset only (U+0000-00FF plus general punctuation/currency),
 * which covers the accented characters Dutch needs (é, ë, ï, ö, ü, etc.).
 */

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

@font-face {
	font-family: 'Source Serif 4';
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	font-optical-sizing: auto;
	src: url('../fonts/source-serif-4/SourceSerif4-Variable.woff2') format('woff2-variations'), url('../fonts/source-serif-4/SourceSerif4-Variable.woff2') format('woff2');
}
