
@font-face {
    font-family: "IranSans";
    src: url("/fonts/iransans/IRANSansWeb.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "IranSansLight";
    src: url("/fonts/iransans/IRANSansWebLight.woff") format("woff"),
    url("/fonts/iransans/IRANSansWebLight.ttf") format("truetype");
    font-weight:lighter;
    font-style: normal;
}

@font-face {
    font-family: "IranSansMed";
    src: url("/iransans/IRANSansWebMedium.woff") format("woff"),
    url("/assets/fonts/iransans/IRANSansWebMedium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "IranSansBold";
    src: url("/fonts/iransans/IRANSansWebBold.woff") format("woff"),
    url("/assets/fonts/iransans/IRANSansWebBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
body *{
    font-family: 'IranSansLight';
}
h4,h5,h6, .h4,.h5,.h6{
    font-family: 'IranSansMed';
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'IranSansBold';
}
