/* ============================================================
   CHARTE COQUILLETTE — variables propres à la maison
   (seul fichier à adapter pour décliner le gabarit ailleurs)
   Source : Chartes graphiques/CHARTE-AGENT.md
   ============================================================ */

@font-face {
  font-family: "Fortescue";
  src: url("../fonts/fortescue-display-semibold-italic-pro.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arpona";
  src: url("../fonts/Arpona-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plantin";
  src: url("../fonts/Plantin-Std-Italic_35896.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  /* Couleurs */
  --couleur-principale: #a1144a;   /* bordeaux Coquillette */
  --couleur-accent: #bfa776;       /* or — filets et textes sur fond sombre */
  --couleur-accent-texte: #766340; /* or assombri — textes sur fond clair (contraste AA) */
  --fond: #f7f3ec;                 /* crème (fond du logo) */
  --fond-rgb: 247, 243, 236;       /* repli rgba() pour navigateurs sans color-mix() */
  --fond-sombre: #a1144a;          /* bordeaux officiel Coquillette (bandeau, footer) */
  --encre: #221e1a;                /* texte courant */
  --encre-douce: #6b6257;          /* texte secondaire */

  /* Typographies */
  --typo-titres: "Fortescue", Didot, "Bodoni MT", serif;         /* titres — italique */
  --typo-intitules: "Arpona", "Trebuchet MS", sans-serif;        /* nav, labels, boutons */
  --typo-corps: "Plantin", Georgia, serif;                       /* corps — italique */

  --style-titres: italic;
  --style-corps: italic;
}
