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

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

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

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


h1, .inhalt h1 {
    font-size: 35px;
    line-height: 48px;
}
h2, .inhalt h2 {
    font-size: 32px;
    line-height: 38px;
    font-style: italic;
    font-weight: 500;
}
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: 82px;
        line-height: 90px;
    }
    h2, .inhalt h2 {
        font-size: 45px;
        line-height: 54px;
    }
    h3, .inhalt h3 {
        font-size: 24px;
        line-height: 29px;
    }
    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;
    }
}