/* De merkfonts, geserveerd vanuit het thema zelf. Het design system laadt
   dezelfde families via Google Fonts (design/tokens/fonts.css); hier staan ze
   lokaal zodat geen enkele plugin of optimalisatielaag de fontlevering kan
   herschrijven en er geen derde partij in de keten zit. Bestanden: de
   latin-subsets (woff2) van fonts.gstatic.com, zie assets/fonts/. */

@font-face {
	font-family: "Spectral";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../assets/fonts/spectral-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Spectral";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../assets/fonts/spectral-semibold.woff2") format("woff2");
}

@font-face {
	font-family: "Spectral";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../assets/fonts/spectral-italic.woff2") format("woff2");
}

@font-face {
	font-family: "Karla";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../assets/fonts/karla-var.woff2") format("woff2");
}
