/* Cafina — Webfonts (real brand fonts: IRANSansX) */

@font-face {
  font-family: "IRANSansX";
  src: url("../assets/fonts/IRANSansX-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../assets/fonts/IRANSansX-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* FaNum variant — forces Persian (Farsi) numerals. Use on price / number-heavy UI. */
@font-face {
  font-family: "IRANSansXFaNum";
  src: url("../assets/fonts/IRANSansXFaNum-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansXFaNum";
  src: url("../assets/fonts/IRANSansXFaNum-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
