/* ============================================================
   Lokal gehostete Schriften — keine Verbindung zu Google.
   Vermeidet die Übertragung von Besucher-IPs in die USA
   (LG München I, 3 O 17493/20) und spart den externen Roundtrip.

   Beide Familien sind Variable Fonts: eine Datei deckt den
   gesamten Gewichtsbereich ab. latin-Subset genügt für Deutsch.
   ============================================================ */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/archivo.woff2) format('woff2');
}

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(fonts/newsreader.woff2) format('woff2');
}

@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url(fonts/newsreader-italic.woff2) format('woff2');
}
