/* Bold Font */
@font-face {
    font-family: 'IRANYekanX';
    src: url('Fonts/IRANYekanX-Bold.eot');
    src: url('Fonts/IRANYekanX-Bold.eot?#iefix') format('embedded-opentype'),
         url('Fonts/IRANYekanX-Bold.woff2') format('woff2'),
         url('Fonts/IRANYekanX-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Regular Font */
@font-face {
    font-family: 'IRANYekanX';
    src: url('Fonts/IRANYekanX-Regular.eot');
    src: url('Fonts/IRANYekanX-Regular.eot?#iefix') format('embedded-opentype'),
         url('Fonts/IRANYekanX-Regular.woff2') format('woff2'),
         url('Fonts/IRANYekanX-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Apply font globally with high specificity (no !important needed) */
html body,
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6,
html body p, html body input, html body button, html body textarea,
html body a, html body span, html body div {
    font-family: 'IRANYekanX';
}
