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

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






a {
    color: var(--font-color);
}



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


@media (min-width: 1200px) {
    h1, .inhalt h1 {
        font-size: 72px;
    }
    h2, .inhalt h2 {
        font-size: 48px;;
    }
    h3, .inhalt h3 {
        font-size: 32px;
    }
    h4, .inhalt h4 {
        font-size: 24px;
    }
    h5, .inhalt h5 {

    }
    h6, .inhalt h6 {

    }
}