/* =========================================================
   rkia-couture — SELF-HOSTED FONTS
   Maison typography: Playfair Display · EB Garamond · Tenor Sans
   Files live in /assets/fonts/ (run assets/fonts/download-fonts.sh to populate).
   font-display:swap + system fallbacks keep the site readable before fonts load.
   ========================================================= */

/* ---- Playfair Display (headings) ---- */
@font-face{
  font-family:'Playfair Display';
  font-style:normal; font-weight:300;
  font-display:swap;
  src:url('../fonts/playfair-display-v37-latin-300.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:normal; font-weight:400;
  font-display:swap;
  src:url('../fonts/playfair-display-v37-latin-regular.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:normal; font-weight:500;
  font-display:swap;
  src:url('../fonts/playfair-display-v37-latin-500.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:italic; font-weight:400;
  font-display:swap;
  src:url('../fonts/playfair-display-v37-latin-italic.woff2') format('woff2');
}

/* ---- EB Garamond (editorial body) ---- */
@font-face{
  font-family:'EB Garamond';
  font-style:normal; font-weight:400;
  font-display:swap;
  src:url('../fonts/eb-garamond-v27-latin-regular.woff2') format('woff2');
}
@font-face{
  font-family:'EB Garamond';
  font-style:italic; font-weight:400;
  font-display:swap;
  src:url('../fonts/eb-garamond-v27-latin-italic.woff2') format('woff2');
}

/* ---- Tenor Sans (UI / nav / eyebrows / buttons) ---- */
@font-face{
  font-family:'Tenor Sans';
  font-style:normal; font-weight:400;
  font-display:swap;
  src:url('../fonts/tenor-sans-v22-latin-regular.woff2') format('woff2');
}

/* ---- Arabic (translation-ready) ----
   Drop an Arabic display + text face here when AR is enabled, e.g.:
   @font-face{ font-family:'Noto Naskh Arabic'; ... }
   then add the family to the [dir="rtl"] font tokens in _tokens.css. */
