@font-face {
    font-family: 'IRANSansFaNum';
    src: url('/fonts/woff2/IRANSansWeb_FaNum.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansFaNum';
    src: url('/fonts/woff2/IRANSansWeb_FaNum_Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansFaNum';
    src: url('/fonts/woff2/IRANSansWeb_FaNum_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansFaNum';
    src: url('/fonts/woff2/IRANSansWeb_FaNum_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansFaNum';
    src: url('/fonts/woff2/IRANSansWeb-FaNum_UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

/* Apply to entire site */
body {
    font-family: 'IRANSansFaNum', sans-serif !important;
}