h1 {
    font-family: var(--lovelace);
    font-size: var(--font-size-32);
    font-weight: 700;
}

h2 {
    font-family: var(--lovelace);
    font-size: var(--font-size-24);
    font-weight: 700;
}

h3 {
    font-weight: 700;
    font-size: var(--font-size-18);
}

h4 {
    font-weight: 800;
    font-size: var(--font-size-16);
}

h5 {
    font-weight: 800;
    font-size: var(--font-size-16);
}

@media (min-width: 1175px) {
    h1 {
        font-size: 88px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: var(--font-size-24);
    }

    h4 {
        font-size: var(--font-size-18);
    }
}
