/* =========================================================
   Schriften, lokal ausgeliefert.
   
   Vorher kamen sie von fonts.googleapis.com. Damit ging bei JEDEM Seitenaufruf
   die IP-Adresse des Besuchers an Google, ohne Einwilligung und ohne dass es
   dafür eine Rechtsgrundlage gäbe. Genau dafür hat das LG München 2022
   Schadenersatz zugesprochen.
   
   Jetzt liegen sie im Theme. Keine Verbindung zu Google, kein Hinweis nötig,
   nichts zu erklären. Nebenbei: ein Roundtrip weniger, die Schrift steht früher.
   
   Alle unter der SIL Open Font License, die Lizenztexte liegen daneben.
   ========================================================= */

/* Newsreader, variabel: eine Datei für alle optischen Größen und Schnitte. */
@font-face{
  font-family:'Newsreader';
  src:url('../fonts/newsreader-var.woff2') format('woff2-variations');
  font-weight:200 800;
  font-style:normal;
  font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Newsreader';
  src:url('../fonts/newsreader-var-italic.woff2') format('woff2-variations');
  font-weight:200 800;
  font-style:italic;
  font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* IBM Plex Sans */
@font-face{font-family:'IBM Plex Sans';src:url('../fonts/plex-sans-300.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'IBM Plex Sans';src:url('../fonts/plex-sans-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'IBM Plex Sans';src:url('../fonts/plex-sans-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'IBM Plex Sans';src:url('../fonts/plex-sans-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}

/* IBM Plex Mono */
@font-face{font-family:'IBM Plex Mono';src:url('../fonts/plex-mono-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'IBM Plex Mono';src:url('../fonts/plex-mono-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
