/* نسخه اعداد فارسی */
@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansXFaNum.woff2') format('woff2'),
         url('../fonts/IRANSansXFaNum.woff') format('woff'),
         url('../fonts/IRANSansXFaNum.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* در صورت نیاز نسخه عادی بدون اعداد فارسی */
@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansX.woff2') format('woff2'),
         url('../fonts/IRANSansX.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* اعمال روی کل سایت – حتماً آخر CSS بگذار */
html, body,
button, input, textarea, select,
p, a, span, div,
h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSansXFaNum', 'IRANSansX', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}