/*
    Fonts altijd downloaden en inladen middels @font-face. @import mag niet gebruikt worden.
*/ 

@font-face {
    font-family: "NexaRustSans";
    src: url('/app/themes/wuxnl-theme/assets/fonts/NexaRustSans-Black.woff2') format('woff2'), /* Woff2 bovenaan vanwege het kleinste en modernste formaat */
         url('/app/themes/wuxnl-theme/assets/fonts/NexaRustSans-Black.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/NexaRustSans-Black.otf') format('opentype'),
         url('/app/themes/wuxnl-theme/assets/fonts/NexaRustSans-Black.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HPsimplified";
    src: url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_light.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_light.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HPsimplified";
    src: url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_italic.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_italic.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "HPsimplified";
    src: url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_bold.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_bold.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HPsimplified";
    src: url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_bolditalic.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_bolditalic.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/hpsimplified_bolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}