
@font-face {
    font-family: 'Rubik';
    src: url('/static/fonts/Rubik-VariableFont_wght.ttf') format("truetype");
}

body {
    margin: 0; padding: 0; 
}

#map { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
}

.mapboxgl-popup {
    max-width: 400px;
    font: normal 0.8rem 'Rubik', sans-serif;
}

.oziusctl {
    font: normal 0.8rem 'Rubik', sans-serif;
    padding: 2px 10px 2px 10px;
    background: #9D9D9C;
    box-shadow: 0 0 15px rgba(0, 0, 0, 1.0) !important;
    border-radius: 5px;
    text-align: right;
}

.oziusiconoverlay {
    position: absolute;
    height: 133px;
    width: 400px;
    min-width: 400px;
    z-index: 1000;
    right: 2%;
    bottom: 5%;
    margin: 0;
    padding: 0;
}
