/*
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (7BD40QSA)
--------------------------------------------------------------------------------------
*/

@font-face {
  font-family: irsans;
  src: url("/font/IRANSansXV.woff2") format("woff2");
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/font/materialIcon.woff2") format("woff2");
}


* {
  font-family: irsans;
  font-variation-settings:
    "wght" 500,
    "DOTS" 1;
    color: var(--on_surface);
  -moz-font-feature-settings: "ss02", "ss03", "ss04";
  -webkit-font-feature-settings: "ss02", "ss03", "ss04";
  font-feature-settings: "ss02", "ss03", "ss04";
}


