/* Vazirmatn Regular */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/iran_core/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Vazirmatn Medium */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/iran_core/fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Vazirmatn SemiBold */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/iran_core/fonts/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Vazirmatn Bold */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/iran_core/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ست کردن Vazirmatn به عنوان فونت دیفالت برای کل UI */
html, body,
h1, h2, h3, h4, h5, h6,
p, span, div,
.form-control,
.page-title,
.modal-title,
.navbar,
button,
input,
textarea,
.label,
.card,
.list-row,
.widget,
table, td, th {
  font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
