/* -------------------------------------------------------------
   Lokal gehostete Schriften – DSGVO-konform, keine Verbindung zu
   Google-Servern. Die Dateien liegen in assets/fonts/ und sind auf
   die benötigten Zeichen reduziert (Latin + Umlaute + Symbole).

   Playfair Display & Jost: Variable Fonts (ein Datei pro Familie).
   Lizenz: SIL Open Font License 1.1 – siehe assets/fonts/LICENSE.txt
   ------------------------------------------------------------- */

@font-face {
	font-family: "Playfair Display";
	src: url("../fonts/playfair-display-var.woff2") format("woff2-variations"),
	     url("../fonts/playfair-display-var.woff2") format("woff2");
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Jost";
	src: url("../fonts/jost-var.woff2") format("woff2-variations"),
	     url("../fonts/jost-var.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

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