/* h1, h2, h3, h4, h5, h6 {
    color: var(--aok-green);
} */
:root {
    --aok-font-family: 'AOKBuenosAires';
    --font-headlines: 'AOKMikado';
}

a {
    color: var(--aok-grass-green);
}

.fs-1 {
    font-size: 3rem;
    line-height: 1.1;
    font-family: var(--font-headlines);
    text-transform: uppercase;
    hyphens: auto;

    @media (min-width: 979px) {
        font-size: 3.75rem;
        hyphens: none;
    }
}

.fs-2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
    font-family: var(--font-headlines);
    text-transform: uppercase;
    hyphens: auto;

    @media (min-width: 979px) {
        font-size: 3rem;
        hyphens: none;
    }
}

.fs-3 {
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--font-headlines);
    hyphens: auto;

    @media (min-width: 979px) {
        font-size: 2rem;
        hyphens: none;
    }
}

.fs-4 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    font-family: var(--font-headlines);
}

h1 span,
h2 span,
h3 span,
h4 span {
    display: block;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.align-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.w-full {
    width: 100%;
}
