/* Canonical user-text font contract for native routes. */
@font-face {
  font-family: "iransans-web";
  src: url("iransans-web_light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "iransans-web";
  src: url("iransans-web.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "iransans-web";
  src: url("iransans-web_medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "iransans-web";
  src: url("iransans-web_bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --crm-font-ui: "iransans-web", sans-serif;
  font-synthesis-weight: none;
}
