/*
   Selbst gehostete Schriften — kein Google-Fonts-CDN (DSGVO).
   Variable Fonts (latin-Subset), Quelle: Google Fonts, lokal abgelegt.
   font-display:swap → Text sofort sichtbar, kein Layout-Blocker.
   theme.json fontFace-src zeigt auf dieselben Dateien.
*/

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("space-grotesk.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("inter.woff2") format("woff2");
}
