/* ============================================================
   0. RESET E BASE
   ============================================================ */
body { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    margin: 0; 
    color: #333; 
    background-color: #fcfcfc;
}

input[type="text"], 
input[type="number"], 
input[type="date"], 
select, 
textarea {
   font-family: Arial; 
   font-size: 0.8rem;
}
