/* ============================================
   LOCAL FONTS - Wivex Website
   Syne (Display) · Outfit (Body) · DM Mono
   ============================================ */

/* --- SYNE (variable font, wght 400-800) --- */
@font-face {
  font-family: 'Syne';
  src: url('Syne[wght].ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

/* --- OUTFIT (variable font, wght 100-900) --- */
@font-face {
  font-family: 'Outfit';
  src: url('Outfit[wght].ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* --- DM MONO Light (300) --- */
@font-face {
  font-family: 'DM Mono';
  src: url('DMMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* --- DM MONO Regular (400) --- */
@font-face {
  font-family: 'DM Mono';
  src: url('DMMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}