/* ============================================================
   Les Iconiques — polices de la charte (auto-hébergées, woff2)
   Piepie (titres) · Garamond Premier Pro (serif) · Karla (corps)
   Chargé avant iconiques.css. Chemins relatifs à /assets/.
   ============================================================ */

/* --- Piepie : titres display --- */
@font-face {
  font-family: "Piepie";
  src: url("fonts/Piepie.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

/* --- Garamond Premier Pro : accroches & serif --- */
@font-face {
  font-family: "Garamond Premier Pro";
  src: url("fonts/Garamond-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Garamond Premier Pro";
  src: url("fonts/Garamond-Italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Garamond Premier Pro";
  src: url("fonts/Garamond-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Garamond Premier Pro";
  src: url("fonts/Garamond-MediumItalic.woff2") format("woff2");
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Garamond Premier Pro";
  src: url("fonts/Garamond-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Garamond Premier Pro";
  src: url("fonts/Garamond-BoldItalic.woff2") format("woff2");
  font-weight: 700; font-style: italic; font-display: swap;
}

/* --- Karla : corps de texte (variable, 200–800) --- */
@font-face {
  font-family: "Karla";
  src: url("fonts/Karla.woff2") format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("fonts/Karla-Italic.woff2") format("woff2");
  font-weight: 200 800; font-style: italic; font-display: swap;
}
