/* bluTshirt webfonts — self-hosted from the brand handoff.
   Persian: Yekan Bakh (variable 100–900). FaNum variant renders Persian numerals (۱۲۳).
   Latin: Pero (only Regular shipped today; other weights fall back to Regular).
   Paths are relative to this file (assets/css/ -> ../fonts/). */

@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh FaNum";
  src: url("../fonts/YekanBakhFaNum-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pero";
  /* woff2 (~27KB) اول؛ فال‌بک otf (~78KB) برای مرورگرهای خیلی قدیمی. */
  src: url("../fonts/Pero-Regular.woff2") format("woff2"),
       url("../fonts/Pero-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
