body {
    background: var(--white);
}

h1,
h2,
h3,
h4 {
    font-family: var(--titles);
}

a,
p,
span {
    font-family: var(--texts);
}