h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: var(--color-primary);
}

h1 {
    font-family: var(--font-title, 'Anton'), sans-serif;
}

h2, h3, h4, h5, h6 {
    color: var(--color-secondary);
    font-family: var(--font-subtitle, 'League Gothic'), sans-serif;
}

.menu {
    font-family: var(--font-menu, 'League Gothic Condensed'), sans-serif !important;
}