@font-face {
    font-family: "iransans";
    src: url("../fonts/IRANSansWeb(FaNum).eot") format("eot"),
        url("../fonts/IRANSansWeb(FaNum).woff") format("woff"),
        url("../fonts/IRANSansWeb(FaNum).woff2") format("woff2"),
        url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "bold-font";
    src: url("../fonts/GraphikArabic-Bold.eot") format("eot"),
    url("../fonts/GraphikArabic-Bold.woff") format("woff"),
    url("../fonts/GraphikArabic-Bold.woff2") format("woff2"),
    url("../fonts/GraphikArabic-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "iransans" !important;
}

.bold-font{
    font-family: 'bold-font' !important;
}
