@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900; /* Unterstützt einen Bereich von 100 bis 900 */
    font-style: normal;
}

html, body, .leaflet-popup {
    font-family: 'Inter'!important;
}