/* Lokal gehostete Schriften.
   Ersetzt die Einbindung über fonts.googleapis.com, damit beim Seitenaufruf
   keine Besucher-IP an Google übertragen wird.

   Subset: latin (deckt den deutschen Zeichensatz vollständig ab).
   Archivo und IBM Plex Sans sind Variable Fonts, eine Datei bedient dort alle
   Schnitte. IBM Plex Mono liegt als statischer Schnitt je Gewicht vor.
   Quelle: Google Fonts. Beide Familien stehen unter der SIL Open Font License 1.1. */

@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:500 700;
  font-display:swap;
  src:url('fonts/archivo-variable-latin.woff2') format('woff2');
}

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

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

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