/* Vazir Font - https://github.com/rastikerdar/vazir-font */
@font-face {
  font-family: 'Vazir';
  src: url('vazir.eot');
  src: url('vazir.eot?#iefix') format('embedded-opentype'),
       url('vazir.woff2') format('woff2'),
       url('vazir.woff') format('woff'),
       url('vazir.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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