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

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

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

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








h1, .inhalt h1 {
    font-size: 42px;
    line-height: 48px;
}
h2, .inhalt h2 {
    font-size: 32px;
    line-height: 38px;
}
h3, .inhalt h3 {
    font-size: 24px;
    line-height: 30px;
}
h4, .inhalt h4 {
    font-size: 20px;
    line-height: 26px;
}
h5, .inhalt h5 {
    font-size: 18px;
    line-height: 24px;
}
h6, .inhalt h6 {
    font-size: 16px;
    line-height: 22px;
}


@media (min-width: 1200px) {
    h1, .inhalt h1 {
        font-size: 64px;
        line-height: 1;
    }
    h2, .inhalt h2 {
        font-size: 48px;
        line-height: 1;
    }
    h3, .inhalt h3 {
        font-size: 35px;
        line-height: 1;
    }
    h4, .inhalt h4 {
        font-size: 24px;
        line-height: 1;
    }
    h5, .inhalt h5 {

    }
    h6, .inhalt h6 {

    }
}