/* فونت Vazir از CDN */
/* Generated by script */
@font-face {
  font-family: Vazir;
  src: url('../fonts/Vazir-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazir;
  src: url('../fonts/Vazir-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazir;
  src: url('../fonts/Vazir-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Vazir;
  src: url('../fonts/Vazir-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

/* اعمال فونت Vazir به تمام عناصر */
* {
    font-family: 'Vazir', 'Vazir', 'Segoe UI', 'Tahoma', 'Arial', sans-serif !important;
}

/* استثنا برای آیکون‌های Font Awesome */
.fas, .far, .fab, .fal, .fad,
[class*="fa-"],
i[class*="fa-"],
.fa,
.fa-solid, .fa-regular, .fa-brands, .fa-light, .fa-duotone {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900;
}

/* برای آیکون‌های regular */
.far {
    font-weight: 400 !important;
}

/* برای آیکون‌های brands */
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* اعمال فونت به عناصر خاص */
body,
html,
h1, h2, h3, h4, h5, h6,
p, span, div, a, li,
td, th, label,
input, textarea, select, button,
.card, .card-title, .card-body,
.btn, .form-control, .form-select,
.table, .navbar, .sidebar,
.sidebar-link, .sidebar-brand-text,
.breadcrumb, .breadcrumb-item,
.badge, .alert,
.modal-title, .modal-body,
.list-group-item, .dropdown-item {
    font-family: 'Vazir', 'Vazir', 'Segoe UI', 'Tahoma', 'Arial', sans-serif !important;
}
