@font-face {
  font-family: 'IRANSansX';
  src:
    url('/fonts/IRANSansXVFont.woff') format('woff'),
    url('/fonts/IRANSansXVFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-sans-primary: 'IRANSansX';
  --font-family: var(--font-sans-primary), Tahoma, sans-serif;
}

html,
body,
button,
input,
textarea,
select {
  font-family: var(--font-sans-primary), Tahoma, sans-serif !important;
  font-feature-settings: 'ss02' 1;
  font-variation-settings: 'DOTS' 4;
}
