/*
    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'), 
         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: "Inter";
    src: url('/app/themes/wuxnl-theme/assets/fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('/app/themes/wuxnl-theme/assets/fonts/Inter-Italic-VariableFont_opsz,wght.woff2') format('woff2'),
         url('/app/themes/wuxnl-theme/assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}