/* =============================================================
   Schriften lokal eingebunden - bewusst kein Google-Fonts-CDN.
   Beim Laden vom CDN uebermittelt der Browser die IP-Adresse des
   Besuchers an Google (LG Muenchen I, 3 O 17493/20). Lokal
   eingebunden entfaellt das und die Seite laedt schneller.

   Variable Schriften: eine Datei deckt den ganzen Strichstaerken-
   bereich ab. Statt sechs Einzelschnitten (256 KB) laedt der
   Browser nur noch zwei Dateien.
   Latin-Teilmenge, reicht fuer deutschsprachige Inhalte.
   ============================================================= */
@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:600 900;
  font-display:swap;
  src:url('../fonts/archivo-var.woff2') format('woff2-variations');
  src:url('../fonts/archivo-var.woff2') format('woff2') tech('variations');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('../fonts/inter-var.woff2') format('woff2-variations');
  src:url('../fonts/inter-var.woff2') format('woff2') tech('variations');
}
