.tangerine-regular {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
}

.tangerine-bold {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
}

.tangerine-extrabold {
    font-family: "Tangerine", cursive !important;
    font-weight: 800;
    font-style: normal;
}

.merriweather-sans-400 {
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.merriweather-sans-bold {
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.text-dark-green {
    color: #042326;
}

.text-secundary-green {
    color: #0F5959;
}

.bg-primary-green {
    background-color: #0A3A40;
}

.bg-secundary-green {
    background-color: #0F5959;
}

.border-secundary-green {
    border-color: #0F5959;
}

@media (min-width: 768px) {
    .md\:text-9xl {
        font-size: 8rem /* 128px */;
        line-height: 96px;
    }
}