/* styles.css */
/* Remove the ugly default outline when clicking geojson features */
path.leaflet-interactive:focus {
    outline: none;
}