* {
    /*font-family: "Gabarito", sans-serif;*/
    font-optical-sizing: auto;
    font-style: normal;
    font-family: 'Euclid Circular B';
}

:root {
    color-scheme: light only;
    --force-light-mode: true;
    
    font-size: 16px;
    --branco: #fff;
    --bg-100: hsl(0, 0%, 100%);
    --bg-95: #f9fafc;
    --bg-90: #f3f4f6;

    --bg-0: hsl(205, 15%, 100%);
    --bg-5: hsl(205, 15%, 95%);
    --bg-10: hsl(205, 15%, 90%);

    --borda: hsl(0, 0%, 60%);
    --texto-95: hsl(0, 0%, 5%);
    --texto-70: hsl(0, 0%, 30%);
    --texto-50: hsl(0, 0%, 50%);
    --cor1: #2b2a2a;
    --cor2: #E8F1FE;
    --cor3: #14b838;
    --cor4: #F97316;
    --cor5: #be1212;
    --radius: 12px;
    --radius-50: 6px;
} 

body {
    margin: 0px;
}

.numero {
    font-family: "DM Mono", monospace;
    font-style: normal;
}


button, a, input, textarea, select, [tabindex] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}