@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* body */
body {
    /* background-color: rgb(240, 240, 240) !important; */
    background-color: #fff !important;
    font-family: "System UI", sans-serif;
    font-weight: 200;
    
}

a, a:visited, a:active, a:hover {
    text-decoration: none;
    color: inherit;
}


.titulo1 {
    font-family: "System UI", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}

.titulo2 {
    font-family: "System UI", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
}

.titulo3 {
    font-family: "System UI", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    color: #4c4d4e;
}

.texto1 {
    font-family: "System UI", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #696b6d;
}

.texto2 {
    font-family: "System UI", sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    color: #696b6d;
}

.fonte-1 {
    font-family: "System UI", sans-serif; 
}

.fonte-size-1 {
    font-size: 0.9rem;
}



