html, body, p, h1, h2, h3, h4, h5, h6, span, a {
    font-family: Arial, Helvetica, sans-serif !important;
}

html body .leaflet-container,
html body .leaflet-container * {
    font-family: Arial, Helvetica, sans-serif !important;
}

textarea {
    font-family: Arial, Helvetica, sans-serif !important;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    height: unset;
    overflow-y: auto;
    overflow-x: hidden;
}

#common {
    width: 100%;
    height: unset;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    margin: auto;
    flex-grow: 1;
    position: static;
    overflow-y: visible;
    overflow-x: hidden;
}z