/**
 * Lokal gehostete Schriften (DSGVO – keine Verbindung zu Google).
 * Variable Fonts, Zeichensatz "latin" (enthält ä, ö, ü, ß, €).
 * Dateien: siehe bin/fetch-fonts.sh bzw. assets/fonts/README.md
 */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/inter-latin-wght-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/plus-jakarta-sans-latin-wght-normal.woff2") format("woff2");
}
