body,
html {
    color: var(--texto);
    background-color: var(--fundo);
    font-family: var(--fonte-corpo);
}

h1,
h2,
h3 {
    font-family: var(--fonte-titulo);
    color: var(--texto);
}

h2 {
    font-weight: 500;
    font-size: 34px;
}

h3 {
    font-size: 22px;
    font-weight: 500;
}

p {
    font-size: 16px;
}

a {
    color: var(--marca-texto);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--marca-texto-forte);
}

ul,
ol {
    list-style: none;
    padding: 0;
}

.effect {
    height: 4px;
    text-align: center;
    position: relative;
    background: var(--marca);
    margin-bottom: 40px;
    border: 0;
    width: 40%;
    margin-top: 3%;
    border-radius: 10px;
}