html, body {
    margin: 0;
    padding: 0;
}

.leaflet-container {
    font-family: inherit;
}

.spinner {
    display: none;
}

.spinner.htmx-request {
    display: inline-flex;
}
