@font-face {
  font-family: 'IranSansX';
  src: url('/static/fonts/IranSansX-FaNum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'IranSansX', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body, input, textarea, select, button {
  font-family: 'IranSansX', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

