/* =========================================================
   IRANSans FaNum — same-origin runtime
   The application uses the locally installed licensed webfont.
   ========================================================= */
@import url('./iransans-font-faces.css?v=51409.0.0');

:root{
  --cms-iransans-font:'IRANSansLocal',sans-serif!important;
  --cms-font:var(--cms-iransans-font);
  --pro-font:var(--cms-iransans-font);
  --pb-body-font:var(--cms-iransans-font);
  --pb-heading-font:var(--cms-iransans-font);
  --bs-body-font-family:var(--cms-iransans-font);
}
html,body{
  font-family:var(--cms-iransans-font)!important;
  font-feature-settings:'ss02' 1,'kern' 1;
  font-kerning:normal;
  font-synthesis:weight style;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
