/* ============================================================
   Brand: staffix — Fonts
   Highlight (--font-display) = All Round Gothic via Adobe Fonts.
   Fließtext (--font-sans) = Inter (global, self-hosted, aus core.css)
   — hier NICHT gesetzt.
   ------------------------------------------------------------
   Adobe-Kit: rrj2tvr · veröffentlichter Schnitt: Bold (700).
   (Im Kit zusätzlich verfügbar: Book 400, Demi 600 — bei Bedarf
   im Adobe-Projekt mitveröffentlichen und hier --weight-display
   bzw. Button-Gewichte angleichen.)
   ============================================================ */
@import url("https://use.typekit.net/rrj2tvr.css");
:root {
  --font-display: "all-round-gothic", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --weight-display: 700;   /* All Round Gothic Bold (einziger veröffentlichter Schnitt) */
}
