@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;
}
a.nav-link , a.nav-item{
    font-family: iransans_med;
}
h4,h5,h6,.h4,.h5,.h6{
    font-family: iransans_med;
    color:#222;
}
h1,h2,h3,.h1,.h2,.h3{
    font-family: iransans_bold;
    color:#000;
}
h1,.h1{ font-size: 30px;}
h2,.h2{ font-size: 26px;}
h3,.h3{ font-size: 24px;}
h4,.h4{ font-size: 22px;}
h5,.h5{ font-size: 20px;}
h6,.h6{ font-size: 18px;}