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

@font-face {
    font-family: "Poppins";
    src: url('/app/themes/wuxnl-theme/assets/fonts/Poppins-Regular.woff2') format('woff2'), /* Woff2 bovenaan vanwege het kleinste en modernste formaat */
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-Regular.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url('/app/themes/wuxnl-theme/assets/fonts/Poppins-Medium.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-Medium.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url('/app/themes/wuxnl-theme/assets/fonts/Poppins-MediumItalic.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-MediumItalic.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url('/app/themes/wuxnl-theme/assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-SemiBold.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url('/app/themes/wuxnl-theme/assets/fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-SemiBoldItalic.woff') format('woff'),
         url('/app/themes/wuxnl-theme/assets/fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}