@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 300;
  src: url('./vazir-300.woff2') format('woff2'),
       url('./vazir-300.woff') format('woff'),
       url('./vazir-300.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 400;
  src: url('./vazir-400.woff2') format('woff2'),
       url('./vazir-400.woff') format('woff'),
       url('./vazir-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 500;
  src: url('./vazir-500.woff2') format('woff2'),
       url('./vazir-500.woff') format('woff'),
       url('./vazir-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 700;
  src: url('./vazir-700.woff2') format('woff2'),
       url('./vazir-700.woff') format('woff'),
       url('./vazir-700.ttf') format('truetype');
}

body,
html {
  font-family: 'Vazirmatn', sans-serif;
}
