@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* اجبار کردن تمام متون سایت به استفاده از وزیر */
body, h1, h2, h3, h4, h5, h6, p, a, span, li, div, input, button, select, textarea {
  font-family: 'Vazir', sans-serif !important;
}