/* =========================================================
   fonts.css — lokal ausgelieferte Schriften, keine Verbindung
   zu Dritten. Beide Familien stehen unter der SIL Open Font
   License 1.1; die Lizenztexte liegen in /fonts.

   Libertinus  — gepflegter Nachfolger von Linux Libertine,
                 Khaled Hosny u. a.
   Iosevka     — Belleve Invis.

   Alle Dateien sind auf den benötigten Zeichenvorrat
   zugeschnitten (Latin, Latin-1, Latin Extended-A, gängige
   Satzzeichen). Wer den vollen Umfang braucht, ersetzt sie
   durch die ungekürzten Originale.
   ========================================================= */

/* ---------- Libertinus Serif: Fließtext ---------- */
@font-face {
  font-family: "Libertinus Serif";
  src: url("../fonts/LibertinusSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libertinus Serif";
  src: url("../fonts/LibertinusSerif-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libertinus Serif";
  src: url("../fonts/LibertinusSerif-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ---------- Libertinus Serif Display: große Grade ---------- */
@font-face {
  font-family: "Libertinus Serif Display";
  src: url("../fonts/LibertinusSerifDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- Iosevka: alles Technische ---------- */
@font-face {
  font-family: "Iosevka Web";
  src: url("../fonts/Iosevka-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iosevka Web";
  src: url("../fonts/Iosevka-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iosevka Web";
  src: url("../fonts/Iosevka-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
