/* Copyright João Saidler 2022 - Atualizado 2026 */
* {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
}

h2, h3, .button {
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-display: swap;
    font-weight: 500;
    color: #005D97;
}

h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -0.5px;
}

p {
    font-weight: 300;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
    text-indent: 2rem;
    line-height: 1.7rem;
}

#textual-content h2 {
    white-space: normal;
}
