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

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










h1, .inhalt h1 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 1rem;
}
h2, .inhalt h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    width: fit-content;
    padding-bottom: 1rem;
    position: relative;
    &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: var(--farbehell);
    }
}
h3, .inhalt h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2rem;
}
h4, .inhalt h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 2rem;
}
h5, .inhalt h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
}
h6, .inhalt h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 2rem;
}


@media (min-width: 1200px) {
    h1, .inhalt h1 {
        font-size: 65px;
        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;
    }
}