@font-face {
    font-display: swap;
    font-family: 'LeagueSpartan';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/LeagueSpartan-Light.woff2') format('woff2'), 
        url('../fonts/LeagueSpartan-Light.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'LeagueSpartan';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/LeagueSpartan-Regular.woff2') format('woff2'), 
        url('../fonts/LeagueSpartan-Regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'LeagueSpartan';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/LeagueSpartan-Medium.woff2') format('woff2'), 
        url('../fonts/LeagueSpartan-Medium.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'LeagueSpartan';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/LeagueSpartan-SemiBold.woff2') format('woff2'), 
        url('../fonts/LeagueSpartan-SemiBold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'LeagueSpartan';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/LeagueSpartan-Bold.woff2') format('woff2'), 
        url('../fonts/LeagueSpartan-Bold.ttf') format('truetype');
}








h1, .inhalt h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 2rem;
}
h2, .inhalt h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    color: var(--farbedunkel);
    margin-bottom: 2rem;
}
h3, .inhalt h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 2rem;
}
h4, .inhalt h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 2rem;
}
h5, .inhalt h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 2rem;
}
h6, .inhalt h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 2rem;
}


@media (min-width: 1200px) {
    h1, .inhalt h1 {
        font-size: 58px;
        line-height: 1.2;
    }
    h2, .inhalt h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    h3, .inhalt h3 {
        font-size: 32px;
        line-height: 1.2;
    }
    h4, .inhalt h4 {
        font-size: 24px;
        line-height: 1.2;
    }
    h5, .inhalt h5 {
        font-size: 21px;
        line-height: 1.2;
    }
    h6, .inhalt h6 {
        font-size: 18px;
        line-height: 1.2;
    }
}