/* Selbst gehostete Schriften (DSGVO-konform, ohne Google-Server).
   Quelle: Fontsource v5.3.0 (@fontsource-variable/fraunces,
   @fontsource-variable/hanken-grotesk), latin-Subset, variable Achse wght.
   Beide SIL-OFL-lizenziert – Lizenztexte in diesem Ordner. Stand: 2026-07-21. */

/* Fraunces – variabel (wght), normal + italic */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/fraunces-latin-wght-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/fraunces-latin-wght-italic.woff2") format("woff2");
}

/* Hanken Grotesk – variabel (wght) */
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/hanken-grotesk-latin-wght-normal.woff2") format("woff2");
}
