/* ==========================================================================
   POLICES — Fratelli & Sofia Pro
   ==========================================================================
   Déposez vos fichiers de police dans /assets/fonts/ avec exactement ces
   noms de fichiers (ou modifiez les chemins ci-dessous pour qu'ils
   correspondent). Formats recommandés : .woff2 (prioritaire) + .woff
   (fallback). Voir /assets/fonts/README.md pour le détail.
   ========================================================================== */

/* Fratelli — police d'affichage (titres) */
@font-face {
  font-family: "Fratelli";
  src:
    url("../fonts/Fratelli-Regular.woff2") format("woff2"),
    url("../fonts/Fratelli-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Sofia Pro — police de texte courant */
@font-face {
  font-family: "Sofia Pro";
  src:
    url("../fonts/SofiaPro-Regular.woff2") format("woff2"),
    url("../fonts/SofiaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src:
    url("../fonts/SofiaPro-SemiBold.woff2") format("woff2"),
    url("../fonts/SofiaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src:
    url("../fonts/SofiaPro-Bold.woff2") format("woff2"),
    url("../fonts/SofiaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src:
    url("../fonts/SofiaPro-Italic.woff2") format("woff2"),
    url("../fonts/SofiaPro-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
