/* Lokale Schriftarten (self-hosted) — keine externen Aufrufe an Google Fonts.
   Archivo & Inter, SIL Open Font License 1.1. Variable Fonts (Gewicht 100–900). */

@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('fonts/Archivo-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('fonts/Inter-latin.woff2') format('woff2');
}
