/**
 * MSI Theme – Lokale Webfonts (DSGVO-konform, kein Google-Server)
 * ---------------------------------------------------------------
 * Fraunces (Display) und Montserrat (Body) als Variable Fonts:
 * eine Datei deckt alle Schriftschnitte im angegebenen Gewichtsbereich ab.
 * Quelle: Google Fonts Download, subsettet auf Latin, SIL Open Font License
 * (Lizenztexte: assets/fonts/OFL-*.txt).
 *
 * Die Familiennamen ("Fraunces", "Montserrat") entsprechen exakt den bisher
 * per Google geladenen – main.css und editor-style.css brauchen keine Änderung.
 */

@font-face {
	font-family: "Fraunces";
	src: url("../fonts/fraunces-var.woff") format("woff");
	font-weight: 300 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Fraunces";
	src: url("../fonts/fraunces-italic-var.woff") format("woff");
	font-weight: 300 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-var.woff") format("woff");
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-italic-var.woff") format("woff");
	font-weight: 300 700;
	font-style: italic;
	font-display: swap;
}
