/* Schriften — lokal gehostet, kein Google-Fonts-Aufruf (DSGVO).
 *
 * NOCH ZU TUN: Die woff2-Dateien fehlen und müssen einmalig nach
 * public/assets/fonts/ gelegt werden. Beide Familien stehen unter der
 * SIL Open Font License und dürfen selbst gehostet werden.
 *
 *   Archivo             https://fonts.google.com/specimen/Archivo
 *   Cormorant Garamond  https://fonts.google.com/specimen/Cormorant+Garamond
 *
 * Bequemster Weg: google-webfonts-helper (gwfh.mranftl.com) öffnen, Familie
 * wählen, "latin" + "latin-ext" ankreuzen (latin-ext wird für die polnischen
 * Zeichen ą ć ę ł ń ó ś ź ż gebraucht), Format woff2, herunterladen und die
 * Dateien exakt so benennen wie unten.
 *
 * Solange die Dateien fehlen, greifen die Ersatzschriften aus site.css
 * (system-ui bzw. Georgia) — die Seite funktioniert, sieht aber nicht final aus.
 */

/* --- Archivo — Fließtext und UI ------------------------------------------ */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/archivo-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F,
                 U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/archivo-500.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/archivo-600.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/archivo-800.woff2") format("woff2");
}

/* --- Cormorant Garamond — Überschriften und Wortmarke -------------------- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-600-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-700.woff2") format("woff2");
}
