@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../iransans/IRANSans-UltraLight-web.eot");
  src: url("../iransans/IRANSans-UltraLight-web.eot?#iefix") format("embedded-opentype"),
       url("../iransans/IRANSans-UltraLight-web.woff2") format("woff2"),
       url("../iransans/IRANSans-UltraLight-web.woff") format("woff"),
       url("../iransans/IRANSans-UltraLight-web.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../iransans/IRANSans-Light-web.eot");
  src: url("../iransans/IRANSans-Light-web.eot?#iefix") format("embedded-opentype"),
       url("../iransans/IRANSans-Light-web.woff2") format("woff2"),
       url("../iransans/IRANSans-Light-web.woff") format("woff"),
       url("../iransans/IRANSans-Light-web.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 400;
  src: url("../iransans/IRANSans-web.eot");
  src: url("../iransans/IRANSans-web.eot?#iefix") format("embedded-opentype"),
       url("../iransans/IRANSans-web.woff2") format("woff2"),
       url("../iransans/IRANSans-web.woff") format("woff"),
       url("../iransans/IRANSans-web.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../iransans/IRANSans-Medium-web.eot");
  src: url("../iransans/IRANSans-Medium-web.eot?#iefix") format("embedded-opentype"),
       url("../iransans/IRANSans-Medium-web.woff2") format("woff2"),
       url("../iransans/IRANSans-Medium-web.woff") format("woff"),
       url("../iransans/IRANSans-Medium-web.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 700;
  src: url("../iransans/IRANSans-Bold-web.eot");
  src: url("../iransans/IRANSans-Bold-web.eot?#iefix") format("embedded-opentype"),
       url("../iransans/IRANSans-Bold-web.woff2") format("woff2"),
       url("../iransans/IRANSans-Bold-web.woff") format("woff"),
       url("../iransans/IRANSans-Bold-web.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "IRANSans-web";
  font-style: normal;
  font-weight: 400;
  src: url("../iransans/IRANSans-web.eot");
  src: url("../iransans/IRANSans-web.eot?#iefix") format("embedded-opentype"),
       url("../iransans/IRANSans-web.woff2") format("woff2"),
       url("../iransans/IRANSans-web.woff") format("woff"),
       url("../iransans/IRANSans-web.ttf") format("truetype");
  font-display: swap;
}

:root {
  --app-font: "IRANSans", "IRANSans-web", "Tahoma", "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea,
.btn,
.form-control,
.form-select {
  font-family: var(--app-font);
}

code,
pre,
kbd,
samp {
  font-family: Consolas, "Courier New", monospace;
}
