/*
 * Lokale Schriftdefinition statt Google Fonts (DSGVO Art. 6/13, TTDSG §25).
 * Bindet KEINE externe Ressource ein -> es wird keine Besucher-IP an Google
 * übertragen. Genutzt wird lokal installiertes "Inter", sonst eine native
 * System-Schrift, die optisch sehr nah an Inter liegt.
 *
 * Erstellt von Hans Hahn - Alle Rechte vorbehalten
 */
:root {
    --bs-body-font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}
