/*
    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: "Figtree";
    src: url('/app/themes/wuxnl-theme-lina/assets/fonts/Figtree-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Figtree";
    src: url('/app/themes/wuxnl-theme-lina/assets/fonts/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Alice";
    src: url('/app/themes/wuxnl-theme-lina/assets/fonts/Alice-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}