@font-face {
    font-family: Vazir;
    src: url('Fonts/Vazir-Regular.eot');
    src: url('Fonts/Vazir-Regular.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Vazir-Regular.woff2') format('woff2'),
         url('Fonts/Vazir-Regular.woff') format('woff'),
         url('Fonts/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




body,header,nav,html,h1,h2,h3,h4,h5,h6{
    /* font-family: Vazir; */
    font-family: 'Vazir', sans-serif;

}