/* =====================================================================
   Lokale Schriften — Das Goldene Haus
   Keine externen Aufrufe (DSGVO-konform). Die .woff2-Dateien liegen in
   css/fonts/ ; fehlen sie, greift automatisch die System-Fallback-Schrift.
   Benötigte Dateien siehe css/fonts/README.txt
   ===================================================================== */

/* ---- Fraunces (Überschriften) ---- */
@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/fraunces-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/fraunces-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/fraunces-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Fraunces';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/fraunces-italic-400.woff2') format('woff2');
}

/* ---- Mulish (Fließtext) ---- */
@font-face {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/mulish-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/mulish-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/mulish-700.woff2') format('woff2');
}
