@font-face {
  font-family: 'vazir';
  src: url('Vazir-Regular.woff') format('woff'),
    url('Vazir-Regular.eot');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'vazir';
  src: url('Vazir-Medium.woff') format('woff'),
    url('Vazir-Medium.eot');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'vazir';
  src: url('Vazir-Bold.woff') format('woff'),
    url('Vazir-Bold.eot');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'vazir';
}