/*
 * Inter Variable Font (lokal gehostet, DSGVO Art. 6/46)
 * Pfad: assets/fonts/inter/inter.css
 *
 * Eine einzige WOFF2-Datei deckt alle Schriftgewichte (100-900) ab.
 * Quelle: https://github.com/rsms/inter (SIL Open Font License).
 */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('InterVariable.woff2') format('woff2-variations'),
         url('InterVariable.woff2') format('woff2');
}
