/* =========================================================================
 * DFFB 2026 – @font-face (aus altem app.css übernommen)
 *
 * Pfade sind relativ zu dieser Datei (css/) -> Schriftdateien liegen in
 * theme-root/fonts/. Die alten Dateien aus build/fonts/ dorthin kopieren.
 * ===================================================================== */

@font-face {
	font-family: Allianz;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/ESAllianz-Regular.woff2) format("woff2"),
	     url(../fonts/ESAllianz-Regular.woff)  format("woff"),
	     url(../fonts/ESAllianz-Regular.ttf)   format("truetype");
}

@font-face {
	font-family: Allianz;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/ESAllianz-Bold.woff2) format("woff2"),
	     url(../fonts/ESAllianz-Bold.woff)  format("woff"),
	     url(../fonts/ESAllianz-Bold.ttf)   format("truetype");
}

@font-face {
	font-family: Druk;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/DrukWide-Medium-Web.eot);
	src: url(../fonts/DrukWide-Medium-Web.eot?#iefix) format("embedded-opentype"),
	     url(../fonts/DrukWide-Medium-Web.woff2) format("woff2"),
	     url(../fonts/DrukWide-Medium-Web.woff)  format("woff"),
	     url(../fonts/DrukWide-Medium-Web.ttf)   format("truetype");
}

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