/* ══════════════════════════════════════════════════
   fonts.css - Polices hébergées localement (RGPD)
   Remplace le chargement Google Fonts distant.
   Fichiers woff2 situés à la racine du site.
   ══════════════════════════════════════════════════ */

/* ── Cherry Bomb One (display) ─────────────────── */
@font-face {
  font-family: 'Cherry Bomb One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('cherry-bomb-one-v11-latin-regular.woff2') format('woff2');
}

/* ── Nunito (body) ────────────────────────────── */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('nunito-v32-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('nunito-v32-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('nunito-v32-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('nunito-v32-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('nunito-v32-latin-700.woff2') format('woff2');
}
