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

/* Outfit - Variable Font */
@font-face {
  font-family: "Outfit";
  src: url('/app/themes/wuxnl-theme/assets/fonts/Outfit-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

/* DM Serif Display - Italic */
@font-face {
  font-family: "DM Serif Display";
  src: url('/app/themes/wuxnl-theme/assets/fonts/DMSerifDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}