/* Schriften lokal. Vorher laedt jede Seite sie bei jedem Aufruf von
   fonts.googleapis.com und fonts.gstatic.com, wobei die IP-Adresse des
   Besuchers ungefragt an Google geht - ohne Einwilligung ohne tragfaehige
   Grundlage. Hier ausgeliefert vom eigenen Server, es geht nichts nach
   aussen.

   Nur das latin-Subset, weil die Seite nichts anderes braucht: Umlaute
   und ss liegen in U+00C0-00FF, der Halbgeviertstrich im Titel in
   U+2013. Wer kyrillische oder vietnamesische Texte ergaenzt, holt die
   entsprechenden Subsets nach.

   font-display: swap - der Text steht sofort in der Ersatzschrift und
   wird nachtraeglich ersetzt, statt unsichtbar zu bleiben. */

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('schriften/barlow-condensed-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('schriften/barlow-condensed-700.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('schriften/ibm-plex-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('schriften/ibm-plex-mono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('schriften/ibm-plex-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('schriften/ibm-plex-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('schriften/ibm-plex-sans-600.woff2') format('woff2');
}
