/* Lokale Schrift „Inter" – keine externen Anfragen (Google Fonts entfernt, DSGVO-freundlich).
   Legen Sie die 5 woff2-Dateien in den Ordner /fonts/ (siehe fonts/README.txt).
   Fehlen die Dateien, nutzt die Seite automatisch die System-Schrift aus style.css. */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:local('Inter'),url('fonts/inter-400.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:local('Inter Medium'),url('fonts/inter-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:local('Inter SemiBold'),url('fonts/inter-600.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:local('Inter Bold'),url('fonts/inter-700.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:800;font-display:swap;src:local('Inter ExtraBold'),url('fonts/inter-800.woff2') format('woff2');}
