/* MinerTools shared application font. Keep public and authenticated shells aligned. */
@font-face {
  font-family: "IRANSansX";
  src: url("/static/assets/fonts/iransansx/iransansx-body-regular-400.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansX";
  src: url("/static/assets/fonts/iransansx/iransansx-heading-bold-700.woff") format("woff");
  font-style: normal;
  font-weight: 700 950;
  font-display: swap;
}

html,
body {
  font-family: "IRANSansX", Tahoma, system-ui, sans-serif !important;
}
