/*
 * Inter Variable Font — selbst gehostet (statt fonts.googleapis.com)
 * Lizenz: SIL Open Font License 1.1 — https://github.com/rsms/inter
 *
 * Variable Font: deckt alle Gewichte 100-900 mit einer einzigen Datei ab.
 * Drittanbieter-Requests an Google entfallen damit komplett — DSGVO-konform
 * ohne Cookie-Einwilligung.
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/files/InterVariable.woff2') format('woff2-variations'),
         url('/fonts/files/InterVariable.woff2') format('woff2');
}
