/* 
 * Theme Name: KN Theme
 * Author: Agence KN
 *
 */

@font-face {
     font-family: 'Gotham';
     src: url('css/fonts/Gotham-Light.woff2') format('woff2'),
         url('css/fonts/Gotham-Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
 }
 
 @font-face {
     font-family: 'Gotham';
     src: url('css/fonts/Gotham-Black.woff2') format('woff2'),
         url('css/fonts/Gotham-Black.woff') format('woff');
     font-weight: 900;
     font-style: normal;
     font-display: swap;
 }
 
 @font-face {
     font-family: 'Gotham';
     src: url('css/fonts/Gotham-Medium.woff2') format('woff2'),
         url('css/fonts/Gotham-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }
 
.header.scrolling {
    padding-top: 42px !important;
    transform: translateY(-30px);
}

.teaser__text {
    padding: 35px 0 12px 0px!important;
}