/* Selbst gehostete Schriften — keine externen Anfragen, DSGVO-sauber. */

/* Fraunces — variabel (Gewicht + optische Größe), normal */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/fraunces-latin-opsz-normal.woff2") format("woff2");
}
/* Fraunces — variabel, kursiv (für den Hero-Akzent) */
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/fraunces-latin-opsz-italic.woff2") format("woff2");
}

/* Inter — variabel (Gewicht) */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/inter-latin-wght-normal.woff2") format("woff2");
}

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