@import url('/font_runtime.php?v=66.76.00');
/* Shentia central local font contract.
   Runtime MUST NOT fetch any external font. The licensed font is provided by the site owner at:
   /assets/fonts/IRANSans.woff2
*/
@font-face {
  font-family: 'IRANSans';
  src: url('/assets/fonts/IRANSans.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-main: 'IRANSans', Tahoma, Arial, 'Segoe UI', sans-serif;
}
html,
body,
body *,
button,
input,
select,
textarea,
table,
pre,
code {
  font-family: var(--font-main) !important;
}
/* Never hide the page while a font is loading/failing. */
html.iransans-lock body,
html.iransans-ready body {
  opacity: 1 !important;
}
