/* ============================================================
   Self-hosted Fonts (DSGVO/GDPR-konform — kein externer CDN-Call)
   Clash Display  → Display / Headlines   (Fontshare, OFL)
   General Sans   → Body / UI             (Fontshare, OFL)
   JetBrains Mono → Mono / Labels / Code  (Google Fonts, OFL)
   ============================================================ */

@font-face {
  font-family: "Clash Display";
  src: url("../fonts/clash-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/clash-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/clash-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/general-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/general-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/general-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Variable font — ein File deckt 100–800 ab */
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jbmono.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
