@font-face {
  font-family: "IRANSansX";
  src: url("./fonts/IRANSansXFaNum-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansX";
  src: url("./fonts/IRANSansX-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: "IRANSansX", sans-serif !important;
}

html {
  direction: rtl;
  font-family: "IRANSansX", sans-serif !important;
}

body {
  direction: rtl;
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-family: "IRANSansX", sans-serif !important;
  color: var(--color-surface-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
