/* Existing Iranian fonts */
@font-face {
    font-family: irs;
    font-style: normal;
    font-weight: bold;
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: irs;
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('../../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('../../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: irs;
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: irs;
    font-style: normal;
    font-weight: 200;
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('../../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('../../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: irs;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), url('../../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'), url('../../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: digikala;
    src: url('../../fonts/digikala/digikala.eot');
    src: url('../../fonts/digikala/digikala.eot?#iefix') format('embedded-opentype'), url('../../fonts/digikala/digikala.woff2') format('woff2'), url('../../fonts/digikala/digikala.woff') format('woff'), url('../../fonts/digikala/digikala.ttf') format('truetype');
}

/* New English Font (Roboto) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap') format('woff2'); /* Google Font CDN */
}

/* Applying the English font globally */
body {
    font-family: 'Roboto', sans-serif;
}
