.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body > * {
    font-family: Inter, sans-serif;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.leaflet-tooltip-custom {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
.leaflet-control-zoom {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
}

#map {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vignette {
    pointer-events: none;
    background: white;
    mix-blend-mode: multiply;
    z-index: 2;
}
.leaflet-container,
.leaflet-pane,
.leaflet-map-pane,
#map {
    background: #fff !important;
}