/* Inter (lokal gehostet) - ersetzt frueheren Google-Fonts-Import.
   Variable-Font-Datei deckt die Schriftstaerken 400-800 in einer
   einzigen Datei ab (identisch zum bisherigen Gewichts-Set). */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('inter-latin-variable.woff2') format('woff2-variations');
}
