/**
 * Deep Perfume — self-hosted brand fonts.
 * Put the .woff2 files in  child-theme/assets/fonts/  with EXACTLY these names.
 * font-display:swap so text shows instantly with the fallback, then swaps.
 */

/* ---- Arabic display + body: The Year of The Camel / خط عام الجمل ---- */
@font-face{
  font-family:"The Year of The Camel";
  src:url("../fonts/the-year-of-the-camel-regular.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"The Year of The Camel";
  src:url("../fonts/the-year-of-the-camel-bold.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}

/* ---- English display + body: Nyght Serif ---- */
@font-face{
  font-family:"Nyght Serif";
  src:url("../fonts/nyght-serif-regular.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Nyght Serif";
  src:url("../fonts/nyght-serif-bold.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
