@font-face {
  font-family: 'Vazirmatn';
  src: url('{% static "vendor/vazirmatn/Vazirmatn-Regular.woff2" %}') format('woff2'),
       url('{% static "vendor/vazirmatn/Vazirmatn-Regular.woff" %}') format('woff');
  font-weight: normal;
  font-style: normal;
}

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