/* =============================================================
   FONTS — Chargement local (offline)
   Dossier : /assets/fonts/
   
   FICHIERS REQUIS :
   
   📁 quicksand/
      quicksand-400.woff2       — Regular
      quicksand-500.woff2       — Medium
      quicksand-600.woff2       — SemiBold
      quicksand-700.woff2       — Bold
   
   📁 lato/
      lato-300.woff2            — Light
      lato-300italic.woff2      — Light Italic
      lato-400.woff2            — Regular
      lato-700.woff2            — Bold
   
   Source recommandée : https://gwfh.mranftl.com/fonts
   (Google Webfonts Helper — télécharger WOFF2 uniquement,
    modern browsers seulement, pas besoin de WOFF/TTF/EOT)
   ============================================================= */

/* ── QUICKSAND ── */

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

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/quicksand/quicksand-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/quicksand/quicksand-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

/* ── LATO ── */

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-300italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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