/* Local map canvas: Switzerland and cantonal boundaries are rendered as GeoJSON. */
.leaflet-container {
    background: #171717;
}

/* The general map is intentionally only a faint orientation layer. */
.leaflet-tile-pane {
    filter: grayscale(1) invert(1) brightness(0.52) contrast(1.2);
}
