//
// _leaflet-maps.scss
//

.leaflet-map {
    height: 300px;
    &.leaflet-container{
        z-index: 0;
        font-family: var(--#{$prefix}font-family-primary);
    }
}