/* Self-hosted Fonts (DSGVO: keine Google-Calls). woff2-Dateien nach /fonts/ kopieren —
   aus site/node_modules/@fontsource-variable/{fraunces,mulish,caveat}/files/*.woff2.
   Fehlen die Dateien, greifen die System-Fallbacks (Seite bleibt funktionsfähig). */
@font-face { font-family: 'Fraunces var'; src: url('fonts/fraunces.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: 'Mulish var'; src: url('fonts/mulish.woff2') format('woff2'); font-weight: 200 1000; font-display: swap; }
@font-face { font-family: 'Caveat var'; src: url('fonts/caveat.woff2') format('woff2'); font-weight: 400 700; font-display: swap; }
