/* =============================================================================
   Victor De La Rosa — Webfonts, SELF-HOSTED
   -----------------------------------------------------------------------------
   Ersetzt die frueheren <link>-Einbindungen auf fonts.googleapis.com /
   fonts.gstatic.com in allen Seiten dieses Repos (2026-08-02, Lastenheft #144).

   WARUM: Ein Google-Fonts-CDN-Aufruf uebertraegt die IP jedes Besuchers an Google —
   und zwar BEVOR das Consent-Banner ueberhaupt eine Entscheidung hat. Das ist der
   klassische DSGVO-Abmahnpunkt und zugleich ein Verstoss gegen den
   MOG-Funnel-CI-Kit-Standard (Fonts gehoeren self-hosted ins Kit).

   QUELLE DER WAHRHEIT ist `victor-de-la-rosa-router/assets/tokens.css` — diese Datei
   ist die Funnel-Kopie derselben @font-face-Regeln (Rollout-Anforderung
   `ci_kit_kopie_vorhanden`). Aendert sich das Kit, wandert die Aenderung hierher,
   nie umgekehrt.

   Die .woff2 liegen in ./fonts/ und stehen unter der SIL Open Font License
   (siehe fonts/Inter-OFL-LICENSE.txt).
   ============================================================================= */

@font-face{font-family:"Inter Tight";src:url("./fonts/inter-tight-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Inter Tight";src:url("./fonts/inter-tight-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Inter Tight";src:url("./fonts/inter-tight-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:"Inter Tight";src:url("./fonts/inter-tight-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:"Inter";src:url("./fonts/inter-300.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:"Inter";src:url("./fonts/inter-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Inter";src:url("./fonts/inter-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Inter";src:url("./fonts/inter-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:"Inter";src:url("./fonts/inter-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;}
