/* همیشه اول woff2 */
@font-face {
  font-family: 'MyFont';
  src: url('../fonts/IRANYekanXFaNum-Regular.woff2') format('woff2'),
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MyFont';
  src: url('../fonts/IRANYekanXFaNum-Medium') format('woff2'),
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MyFont';
  src: url('../fonts/IRANYekanXFaNum-Bold') format('woff2'),
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* اعمال سراسری */
html, body {
  font-family: 'MyFont', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans Arabic', 'Noto Sans', 'Liberation Sans', sans-serif;
}
