/* Self-hosted fonts (DSGVO — 2026-07-10). Keine externen Requests mehr an
   Google Fonts / Fontshare. Quellen: Inter + JetBrains Mono (Google, OFL —
   als Variable Fonts, eine Datei deckt alle Gewichte), Satoshi + Cabinet
   Grotesk (Fontshare / ITF Free Font License, statisch pro Gewicht).
   Ausgeliefert same-origin via /assets/fonts. */

/* Inter — Variable (Body). Voller Gewichtsbereich, da die Variable-Datei
   alle Gewichte enthält (Seiten nutzen 400–700). */
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/Inter.woff2') format('woff2');}

/* JetBrains Mono — Variable (Admin-Mono) */
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:100 800;font-display:swap;src:url('/assets/fonts/JetBrainsMono.woff2') format('woff2');}

/* Satoshi — statisch (Legal-Seiten Body) */
@font-face{font-family:'Satoshi';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/Satoshi-400.woff2') format('woff2');}
@font-face{font-family:'Satoshi';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/Satoshi-500.woff2') format('woff2');}
@font-face{font-family:'Satoshi';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/Satoshi-700.woff2') format('woff2');}

/* Cabinet Grotesk — statisch (Display / Headlines) */
@font-face{font-family:'Cabinet Grotesk';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/CabinetGrotesk-700.woff2') format('woff2');}
@font-face{font-family:'Cabinet Grotesk';font-style:normal;font-weight:800;font-display:swap;src:url('/assets/fonts/CabinetGrotesk-800.woff2') format('woff2');}
