@font-face {
    font-family: 'iransans_light';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/iransans/IRANSansWeb(FaNum) Light.ttf');
}
@font-face {
    font-family: 'iransans_med';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/iransans/IRANSansWeb(FaNum) Medium.ttf');
}
@font-face {
    font-family: 'iransans_bold';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/iransans/IRANSansWeb(FaNum) Bold.ttf');
}
body *{
    font-family: iransans_light;
    font-size:16px;
}
h4,h5,h6,.h4,.h5,.h6{
    font-family: iransans_med;
}
h1,h2,h3,.h1,.h2,.h3{
    font-family: iransans_bold;
}
