/* === FICHIER FONTS.CSS - VERSION CORRIGÉE AVEC CHEMINS RELATIFS CORRECTS === */

/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  /* CORRECTION : Le chemin part maintenant du dossier courant (Assets) */
  src: url('./fonts/lato-v24-latin-regular.woff2') format('woff2');
}

/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  /* CORRECTION : Le chemin part maintenant du dossier courant (Assets) */
  src: url('./fonts/lato-v24-latin-700.woff2') format('woff2');
}

/* cinzel-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  /* CORRECTION : Le chemin part maintenant du dossier courant (Assets) */
  src: url('./fonts/cinzel-v25-latin-regular.woff2') format('woff2');
}

/* cinzel-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  /* CORRECTION : Le chemin part maintenant du dossier courant (Assets) */
  src: url('./fonts/cinzel-v25-latin-700.woff2') format('woff2');
}