/* ============================================================
   Schriften — selbst gehostet
   ------------------------------------------------------------
   Ersetzt die Einbindung über fonts.googleapis.com. Dadurch
   verlässt keine Besucher-IP mehr den eigenen Server, und die
   Schriften brauchen keine Cookie-Einwilligung.

   Einbinden im <head> JEDER Seite, VOR dem eigenen Stylesheet:
     <link rel="stylesheet" href="fonts/fonts.css">

   Beide Schriften stehen unter der SIL Open Font License 1.1.
   Die Lizenztexte liegen als LICENSE-*.txt im selben Ordner und
   müssen beim Weitergeben dabeibleiben.

   Enthalten ist der Zeichensatz "latin" — er deckt Deutsch
   vollständig ab (ä ö ü ß) samt Anführungszeichen „ “ und –.
   Für osteuropäische Sonderzeichen liesse sich zusätzlich der
   Zeichensatz "latin-ext" nachrüsten.
   ============================================================ */

/* ---------- Caveat (Überschriften) ---------- */
@font-face{
  font-family:'Caveat';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('caveat-latin-500-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Caveat';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('caveat-latin-700-normal.woff2') format('woff2');
}

/* ---------- JetBrains Mono (Fliesstext und Bedienelemente) ---------- */
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('jetbrains-mono-latin-400-normal.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('jetbrains-mono-latin-500-normal.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('jetbrains-mono-latin-700-normal.woff2') format('woff2');
}
