/* ============================================================
   SCHRIFTEN – lokal gehostet (DSGVO: kein Abruf von Google-Servern)
   Quelle: Google Fonts, Lizenz: SIL Open Font License / Apache 2.0
   ============================================================ */
@font-face{
  font-family:'Anton';
  font-style:normal;font-weight:400;font-display:swap;
  src:url('../assets/fonts/anton-latin.woff2') format('woff2');
}
/* Archivo als variabler Font: deckt 400/500/700 mit einer Datei ab */
@font-face{
  font-family:'Archivo';
  font-style:normal;font-weight:100 900;font-display:swap;
  src:url('../assets/fonts/archivo-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Permanent Marker';
  font-style:normal;font-weight:400;font-display:swap;
  src:url('../assets/fonts/permanent-marker-latin.woff2') format('woff2');
}
