/* فونت مرکزی پروژه — IRANSans محلی با اعداد فارسی */
@font-face{
  font-family:'IRANSans';
  src:url('fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2');
  font-style:normal;font-weight:300;font-display:swap;
}
@font-face{
  font-family:'IRANSans';
  src:url('fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2');
  font-style:normal;font-weight:400;font-display:swap;
}
@font-face{
  font-family:'IRANSans';
  src:url('fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2');
  font-style:normal;font-weight:500 600;font-display:swap;
}
@font-face{
  font-family:'IRANSans';
  src:url('fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2');
  font-style:normal;font-weight:700 800;font-display:swap;
}
@font-face{
  font-family:'IRANSans';
  src:url('fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2');
  font-style:normal;font-weight:900;font-display:swap;
}
/* سازگاری با استایل‌های قدیمی پروژه که هنوز نام IRANSansX دارند. */
@font-face{
  font-family:'IRANSansX';
  src:url('fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2');
  font-style:normal;font-weight:400;font-display:swap;
}
@font-face{
  font-family:'IRANSansX';
  src:url('fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2');
  font-style:normal;font-weight:500 600;font-display:swap;
}
@font-face{
  font-family:'IRANSansX';
  src:url('fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2');
  font-style:normal;font-weight:700 800;font-display:swap;
}
:root{--crm-font:'IRANSans',Tahoma,Arial,sans-serif}
html,body,button,input,select,textarea,table,th,td,label,option,
.modal,.dropdown-menu,.tooltip,[role='dialog'],[role='menu'],.print-document{
  font-family:var(--crm-font);
}
