/* Regular */
:root {
    --font-IranYekan: 'IranYekan', sans-serif;
}
@font-face {
    font-family: 'IranYekan';
    /* آدرس رو از ریشه دادیم و فرمت ووف۲ رو اصلاح کردیم */
    src: url('/src/fonts/IRANYekanXFaNum-Regular.NJOSFezJ.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'IranYekan';
    src: url('/src/fonts/Nunito-Regular.BaWrjX0c.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'IranYekan';
    src: url('/src/fonts/iranyekanwebbold.e298fdc6.e298fdc6.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* ExtraBold */
@font-face {
    font-family: 'IranYekan';
    src: url('/src/fonts/iranyekanwebextrabold.9346e9a2.9346e9a2.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: 'IranYekan';
    src: url('/src/fonts/cube.6cd810dd.6cd810dd.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* اعمال روی کل سایت با چاشنی اولویت برای تلویند */
html, body, button, input, select, textarea {
    font-family: 'IranYekan'!important;
}