/* =============================================
   REFERA — Polices locales (sans Google Fonts)
   Fichiers dans ./fonts/
============================================= */

/* Syne Regular 400 */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Syne-400.woff2') format('woff2');
}

/* Syne Bold 700 */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Syne-700.woff2') format('woff2');
}

/* Syne ExtraBold 800 */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/Syne-800.woff2') format('woff2');
}

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

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

/* DM Mono Light Italic 300i */
@font-face {
  font-family: 'DM Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/DMMono-300i.woff2') format('woff2');
}
