/* =========================================================
   Self-hosted Webfonts — DSGVO-konform (kein Google-CDN).
   Die .woff2-Dateien werden von setup-assets.sh nach
   ./assets/fonts/ geladen. Bis dahin greift der
   System-Font-Fallback aus styles.css.
   ========================================================= */

/* ---- Bricolage Grotesque (Display) ---- */
@font-face{
  font-family:"Bricolage Grotesque";
  font-style:normal;font-weight:400 800;font-display:swap;
  src:url("assets/fonts/bricolage-grotesque.woff2") format("woff2");
}

/* ---- Hanken Grotesk (Body) ---- */
@font-face{
  font-family:"Hanken Grotesk";
  font-style:normal;font-weight:400 700;font-display:swap;
  src:url("assets/fonts/hanken-grotesk.woff2") format("woff2");
}

/* ---- JetBrains Mono (Labels) ---- */
@font-face{
  font-family:"JetBrains Mono";
  font-style:normal;font-weight:400 600;font-display:swap;
  src:url("assets/fonts/jetbrains-mono.woff2") format("woff2");
}
