/*
 * Schriften lokal einbinden (DSGVO: keine Google-Server).
 * Polo Condensed ist lizenzpflichtig – Webfont-Lizenz über die Stabsstelle
 * Marketing und Kommunikation klären und Dateien in assets/fonts/ ablegen.
 * Fehlen die Dateien, greifen die Fallbacks aus src/theme.css.
 */
@font-face {
  font-family: "Polo Condensed";
  src: url("../fonts/PoloCondensed-Leicht.woff2") format("woff2");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Polo Condensed";
  src: url("../fonts/PoloCondensed-Kraeftig.woff2") format("woff2");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}
/* Caveat Brush (SIL Open Font License) – z. B. über google-webfonts-helper herunterladen */
@font-face {
  font-family: "Caveat Brush";
  src: url("../fonts/CaveatBrush-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
