/* =====================================================================
   Braillard — Polices maison (refonte 2026)
   PP Eiko  : titres / piliers (display) — l'italique Light est LA police
              des piliers du header et de l'overlay (Figma « PP Eiko Italic Light »).
   Helvetica Neue : corps de texte (body) — remplace la dépendance à la
              Helvetica Neue système (absente sous Windows -> tombait sur Arial).
   Fichiers .woff2 dans ../fonts/. Chargé AVANT custom.css.
   ===================================================================== */

/* ---------- PP Eiko (display) ---------- */
@font-face{
  font-family: "PP Eiko";
  src: url("../fonts/ppeiko-lightitalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: "PP Eiko";
  src: url("../fonts/ppeiko-thin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "PP Eiko";
  src: url("../fonts/ppeiko-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ---------- Helvetica Neue (body) ---------- */
@font-face{
  font-family: "Helvetica Neue";
  src: url("../fonts/helveticaneue-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Helvetica Neue";
  src: url("../fonts/helveticaneue-roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Helvetica Neue";
  src: url("../fonts/helveticaneue-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Helvetica Neue";
  src: url("../fonts/helveticaneue-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
