/* ════════════════════════════════════════════════════════════
   AUSGANG — lokale Schriften
   Keine Verbindung zu Google Fonts oder Fontshare.
   Damit werden keine Besucher-IPs an Dritte übertragen.

   SO EINSETZEN — einmalig, dauert fünf Minuten:

   1. General Sans und Switzer herunterladen:
      https://www.fontshare.com/fonts/general-sans
      https://www.fontshare.com/fonts/switzer
      (kostenlos, kommerzielle Nutzung erlaubt)

   2. JetBrains Mono herunterladen:
      https://github.com/JetBrains/JetBrainsMono/releases
      (OFL-Lizenz, kommerzielle Nutzung erlaubt)

   3. Die .woff2-Dateien in diesen Ordner legen, benannt wie unten.

   Fehlt eine Datei, greift automatisch die System-Schrift —
   die Seite bleibt also in jedem Fall lesbar.
   ════════════════════════════════════════════════════════════ */

@font-face{
  font-family:'General Sans';
  src:url('GeneralSans-Regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'General Sans';
  src:url('GeneralSans-Medium.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'General Sans';
  src:url('GeneralSans-Semibold.woff2') format('woff2');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'General Sans';
  src:url('GeneralSans-Bold.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}

@font-face{
  font-family:'Switzer';
  src:url('Switzer-Light.woff2') format('woff2');
  font-weight:300; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Switzer';
  src:url('Switzer-Regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Switzer';
  src:url('Switzer-Medium.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Switzer';
  src:url('Switzer-Semibold.woff2') format('woff2');
  font-weight:600; font-style:normal; font-display:swap;
}

@font-face{
  font-family:'JetBrains Mono';
  src:url('JetBrainsMono-Regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'JetBrains Mono';
  src:url('JetBrainsMono-Medium.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
