@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --green: #4dd865;
    --dark_green: #205135;
    --white100: #fff;
    --less_black: #141821;
    --blue_white: #f5fdfc;
    --light_green: #8cdc84;
    --width-50: 50%;
    --height-100vh: 100vh;

}

* {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
}

.dot::before {
    content: '◾';
}

.legend-custom {
    font-size: 0.8rem;
    font-weight: 600;
}