/* =========================================================================
   Schriften — vollständig selbst gehostet.

   Keine Verbindung zu Google, kein externer Aufruf beim Seitenbesuch.
   Die Dateien liegen unter  public/fonts/  und werden einmalig dorthin
   geholt:   bash bin/schriften-holen.sh

   Fehlen die Dateien, greifen die Rückfallschriften aus blog.css — die Seite
   bleibt benutzbar, sieht nur etwas anders aus.

   Jede Datei deckt Latin und Latin Extended ab; das kostet ein paar Kilobyte
   mehr als eine Aufteilung nach unicode-range, spart aber Dateien und
   Fehlerquellen. Bei sieben Dateien ist das der bessere Tausch.
   ========================================================================= */

/* ------------------------------------------------- Fraunces (Überschriften) */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fraunces-400.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fraunces-600.woff2") format("woff2");
}

/* ----------------------------------------------------- Open Sans (Fließtext) */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/open-sans-400.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/open-sans-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/open-sans-600.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/open-sans-700.woff2") format("woff2");
}

/* --------------------------------------------- Space Mono (Mengen, Etiketten) */

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/space-mono-400.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/space-mono-700.woff2") format("woff2");
}
