/* Lokal gehostete Schriftart "Inter" – keine Verbindung zu Google.
   Variable Font: eine Datei deckt alle Schriftstärken (100–900) ab. */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/InterVariable.woff2') format('woff2');
}
