/* ==========================================================================
   fonts.css — Lokale Schriften (keine externen Anbieter)
   Skibi IT GmbH — www.skibi-it.com

   Satoshi (Variable Font): Headlines und Fließtext
   IBM Plex Mono: Eyebrows, Meta-Angaben, Tags, Footer

   Ausschließlich woff2. Die früheren Fallbacks (zwei TTF und ein WOFF,
   zusammen rund 303 KB) wurden entfernt: woff2 wird von jedem Browser
   unterstützt, der diese Website überhaupt darstellen kann, die Dateien
   wurden also ausgeliefert, aber nie übertragen.
   Der Formatwert lautet bewusst "woff2" und nicht mehr "woff2-variations".
   Letzteres ist eine Übergangsschreibweise; die Variabilität der Satoshi
   ergibt sich aus dem Bereich in font-weight.
   ========================================================================== */

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
