/* Self-hosted Fonts (Polish-3 Nav-Fix, 03.06.2026)
 * Ersetzt Google Fonts auf den Landing- + Onboarding-Seiten, damit die Schrift ab dem
 * ERSTEN Paint da ist (kein Fallback->Web-Font-Swap mehr, der die Navbar/Hero verschiebt).
 * Latin-Subset (deckt deutsche Umlaute ä/ö/ü/ß ab). font-display:swap + Preload der
 * nav-kritischen Schnitte (Libre Baskerville 700 = Logo, Inter 400) im <head> jeder Seite.
 * /rechtliches bleibt vorerst auf Google Fonts (out of scope dieser Welle).
 */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url('/static/landing/fonts/inter-300.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/static/landing/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/static/landing/fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/static/landing/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/static/landing/fonts/inter-700.woff2') format('woff2'); }
@font-face { font-family: 'Libre Baskerville'; font-style: normal; font-weight: 400; font-display: swap; src: url('/static/landing/fonts/librebaskerville-400.woff2') format('woff2'); }
@font-face { font-family: 'Libre Baskerville'; font-style: normal; font-weight: 700; font-display: swap; src: url('/static/landing/fonts/librebaskerville-700.woff2') format('woff2'); }
@font-face { font-family: 'Libre Baskerville'; font-style: italic; font-weight: 400; font-display: swap; src: url('/static/landing/fonts/librebaskerville-400italic.woff2') format('woff2'); }
@font-face { font-family: 'Libre Baskerville'; font-style: italic; font-weight: 700; font-display: swap; src: url('/static/landing/fonts/librebaskerville-700italic.woff2') format('woff2'); }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/static/landing/fonts/jetbrainsmono-400.woff2') format('woff2'); }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/static/landing/fonts/jetbrainsmono-500.woff2') format('woff2'); }
