@font-face {
  font-family: 'IRANSansWeb';
  src:
    url('/fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
    url('/fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),
    url('/fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype'),
    url('/fonts/eot/IRANSansWeb_UltraLight.eot') format('embedded-opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src:
    url('/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),
    url('/fonts/woff/IRANSansWeb_Light.woff') format('woff'),
    url('/fonts/ttf/IRANSansWeb_Light.ttf') format('truetype'),
    url('/fonts/eot/IRANSansWeb_Light.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src:
    url('/fonts/woff2/IRANSansWeb.woff2') format('woff2'),
    url('/fonts/woff/IRANSansWeb.woff') format('woff'),
    url('/fonts/ttf/IRANSansWeb.ttf') format('truetype'),
    url('/fonts/eot/IRANSansWeb.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src:
    url('/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
    url('/fonts/woff/IRANSansWeb_Medium.woff') format('woff'),
    url('/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype'),
    url('/fonts/eot/IRANSansWeb_Medium.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src:
    url('/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
    url('/fonts/woff/IRANSansWeb_Bold.woff') format('woff'),
    url('/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype'),
    url('/fonts/eot/IRANSansWeb_Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: 'IRANSansWeb', 'Tahoma', sans-serif;
  --font-mono: 'Courier New', monospace;
}

html,
body {
  font-family: var(--font-primary, 'IRANSansWeb', 'Tahoma', sans-serif);
  direction: rtl;
  text-align: right;
}

body,
button,
input,
select,
textarea,
.btn,
.form-control,
.navbar,
.dropdown-menu,
.modal,
.card {
  font-family: var(--font-primary, 'IRANSansWeb', 'Tahoma', sans-serif);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary, 'IRANSansWeb', 'Tahoma', sans-serif);
  font-weight: 700;
}
