body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.title__font--urbanist{
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* BACKGROUND */
.background__color--one {
    background-color:#C4E7F0 ;
}

.background__color--two {
    background-color:#EDD6E9 ;
}   

.background__color--three {
    background-color:#FDF2DF ;
}   


