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

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

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










h1, .inhalt h1 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 2rem;
}
h2, .inhalt h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 2rem;
}
h3, .inhalt h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 2rem;
}
h4, .inhalt h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 2rem;
}
h5, .inhalt h5 {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 2rem;
}
h6, .inhalt h6 {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 2rem;
}


@media (min-width: 1200px) {
    h1, .inhalt h1 {
        font-size: 3.625rem; 
        line-height: 1.2;
    }
    h2, .inhalt h2 {
        font-size: 3.125rem; 
        line-height: 1.2;
    }
    h3, .inhalt h3 {
        font-size: 2rem;     
        line-height: 1.2;
    }
    h4, .inhalt h4 {
        font-size: 1.5rem;  
        line-height: 1.2;
    }
    h5, .inhalt h5 {
        font-size: 1.3125rem; 
        line-height: 1.2;
    }
    h6, .inhalt h6 {
        font-size: 1.125rem;
        line-height: 1.2;
    }
}