@font-face {
  font-family: 'IRANYekan';
  src: url('/static/fonts/IRANYekanXVFaNumVF.woff') format('woff-variations'),
       url('/static/fonts/IRANYekanXVFaNumVF.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family-base: 'IRANYekan', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body, button, input, select, textarea, optgroup {
  font-family: 'IRANYekan', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}
