@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/custom-fonts/Vazirmatn.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Estedad';
  src: url('/assets/custom-fonts/Estedad.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html,
body,
body *,
input,
button,
textarea,
select {
  font-family: 'Vazirmatn', 'Estedad', Tahoma, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.btn,
.card-title {
  font-family: 'Estedad', 'Vazirmatn', Tahoma, Arial, sans-serif !important;
  font-weight: 700 !important;
}
