/* Remove rounded corners from popups */
.custom-popup .leaflet-popup-content-wrapper {
    border-radius: 0 !important;
    font-family: GDS Transport, arial, sans-serif !important;
}

.custom-popup .leaflet-popup-tip {
    border-radius: 0 !important;
}

/* Style the popup content with GovUK font */
.custom-popup .leaflet-popup-content {
    font-family: GDS Transport, arial, sans-serif !important;
}
