/*
  Selbst gehostete Fonts (CLAUDE.md: keine Google Fonts/CDNs). Dateien liegen
  unter /assets/fonts/ -- solange sie fehlen, greift der Fallback-Stack aus
  tokens.css (Arial Black / Courier New) ohne dass etwas kaputtgeht.
*/

@font-face {
  font-family: "Ulm Grotesk";
  src:
    url("../fonts/UlmGrotesk-Extrabold.woff2") format("woff2"),
    url("../fonts/UlmGrotesk-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Söhne Mono";
  src: url("../fonts/soehne-mono-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Söhne Mono";
  src: url("../fonts/soehne-mono-halbfett.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
