@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Archivo", sans-serif;
}


a{
    text-decoration: none;
    color: white;
    transition: 400ms;
}
a:hover{
    opacity: .7;
    transition: 400ms;
}

.txt-green{
    color: #228848 !important;
}
.bg-green{
    background-color: #228848 !important;
}
.txt-green-2{
    color: #1C4220 !important;
}
.bg-green-2{
    background-color: #1C4220 !important;
}
.txt-yellow{
    color: #CBC793 !important;
}
.bg-yellow{
    background-color: #CBC793 !important;
}
.txt-gray{
    color: #DDE5ED !important;
}
.bg-gray{
    background-color: #DDE5ED !important;
}

.fonte{
    font-family: "Arvo", serif !important;
}