/* ════════════════════════════════════════════════════════════
   Selbst-gehostete Inter - KEIN Google-Fonts-Call (DSGVO-sicher).
   HIER einmal definiert, eingebunden via hub-theme.css + Hub-Head.
   Variable Font: deckt alle Schnitte 100–900 in EINER Datei ab.
   ════════════════════════════════════════════════════════════ */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('/assets/fonts/inter-var.woff2') format('woff2');
}
