/*
 * Inter Variable Font — selbst gehostet (DSGVO-konform, kein Google-Fonts-Embed).
 * Quelle: https://rsms.me/inter/ (Inter Project, OFL-lizenziert).
 * Alle Gewichte und Stile in einer Datei via Variable Font.
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/assets/fonts/InterVariable.woff2') format('woff2-variations'),
         url('/assets/fonts/InterVariable.woff2') format('woff2');
}
