/*
  Schriften sind bereits als lokale Dateien im Theme enthalten
  (assets/fonts/*.woff2, bezogen über die @fontsource-Pakete von
  Bodoni Moda, Public Sans und IBM Plex Mono – alle unter SIL Open Font
  License, Einbindung im eigenen Theme ausdrücklich erlaubt).

  Kein Aufruf an fonts.google.com nötig – dadurch werden keine Nutzerdaten
  an Google übertragen und ihr müsst in der Datenschutzerklärung dazu
  nichts ergänzen.
*/

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

@font-face {
	font-family: "BBK Display";
	src: url("../fonts/bodoni-moda-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: "BBK Body";
	src: url("../fonts/public-sans-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "BBK Mono";
	src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "BBK Mono";
	src: url("../fonts/ibm-plex-mono-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
