/* ============================================================
   NIMETTE V2 — FONTS
   (per Design System v13.02.26)
   - Interstate Black Condensed : TITRES
   - FuturaPT                   : CORPS DE TEXTE
   - Didot                      : DISPLAY / ACCENT
   ============================================================ */

/* -------- INTERSTATE (titres) -------- */
@font-face {
  font-family: "Interstate";
  src: url("../fonts/interstate-black-cond.otf") format("opentype");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}

/* -------- DIDOT (display / accent) -------- */
@font-face {
  font-family: "Didot";
  src: url("../fonts/didot-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Didot";
  src: url("../fonts/didot-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Didot";
  src: url("../fonts/didot-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* -------- FUTURA PT (corps) -------- */
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/futuraPT-book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/futuraPT-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/futuraPT-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/futuraPT-demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/futuraPT-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
