@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap');





.__m__-r1k{
    --grid-gutter: 0 !important
}

.polygon-label {
    font-size: 12px;
    font-weight: bold;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.leaflet-interactive{
    outline: none !important;
}

/* Fontes */
    .londrina-solid-thin {
        font-family: "Londrina Solid", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .londrina-solid-light {
        font-family: "Londrina Solid", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    .londrina-solid-regular {
        font-family: "Londrina Solid", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .londrina-solid-black {
        font-family: "Londrina Solid", sans-serif;
        font-weight: 900;
        font-style: normal;
    }

    .fonte-ubuntu{
        font-family: "Ubuntu", sans-serif;
    }

    .trebuchet{
        font-family: 'Trebuchet MS', sans-serif;
    }

    body{
        background: #e4e4e4;
    }