/* feif.space — Schriften vom eigenen Server.
   Kein Aufruf an Google, also geht keine Besucher-IP nach außen.
   Die fünf woff2-Dateien liegen in assets/fonts/ und sind dabei;
   Herkunft und Lizenz stehen in assets/fonts/SCHRIFTEN.md.
   Zeichensatz: latin — deutsche Umlaute und ß sind enthalten. */

/* Archivo als variable Schrift — die Seite nutzt die Breitenachse (wdth),
   deshalb reichen statische Schnitte hier nicht. */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("assets/fonts/archivo-var.woff2") format("woff2-variations");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/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("assets/fonts/ibm-plex-sans-500.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/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("assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
}
