/* Selbst gehostete Typografie – kein externer Google-Fonts-CDN-Request.
   Conthrax SB: markante Display-Schrift für die Hero-Headline (vom Nutzer
   bereitgestellt, assets/fonts/conthrax-sb.otf).
   Inter: Fließtext/Zwischenüberschriften (Variable Font, deckt 400–800 ab).
   JetBrains Mono: Eyebrow-Labels, Feature-Badges, Datenpunkte – unterstreicht
   das "präzise Tracking/Daten"-Thema. */

@font-face {
  font-family: "Conthrax SB";
  src: url("./conthrax-sb.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./inter-variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("./jetbrainsmono-variable.woff2") format("woff2-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
