/* ========================================
 * Fallback Font (تنظیم دقیق برای IRANSansX)
 * ======================================== */
@font-face {
  font-family: "IRANSansX-Fallback";
  size-adjust: 94%;
  ascent-override: 95%;
  descent-override: 30%;
  line-gap-override: 0%;
  src: local("Tahoma"), local("Arial");
}

/* ========================================
 * IRANSansX - وزن‌های ضروری
 * ======================================== */

/* Regular - 400 */
@font-face {
  font-family: "IRANSansX D4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../1-font/IRANSansX-RegularD4.woff2") format("woff2");
}

/* Medium - 500 */
@font-face {
  font-family: "IRANSansX D4";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../1-font/IRANSansX-MediumD4.woff2") format("woff2");
}

/* Bold - 700 */
@font-face {
  font-family: "IRANSansX D4";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../1-font/IRANSansX-BoldD4.woff2") format("woff2");
}

/* Light - 300 */
/*@font-face {
  font-family: "IRANSansX D4";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../1-font/IRANSansX-LightD4.woff2") format("woff2");
}*/