/*
 * Lokal gehostete Schriften (DSGVO-konform).
 * Die woff2-Dateien gehören in den Ordner assets/fonts/ des Plugins.
 * Bezugsquelle: https://fonts.google.com bzw. https://gwfh.mranftl.com
 * Fehlt eine Datei, greift automatisch die System-Fallback-Schrift.
 */

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

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

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