/* ----- IRANSansWeb (WOFF2) ----- */
@font-face{
  font-family: "IRANSansWeb";
  src: url("/assets/fonts/IRANSansWeb_UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "IRANSansWeb";
  src: url("/assets/fonts/IRANSansWeb_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "IRANSansWeb";
  src: url("/assets/fonts/IRANSansWeb.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "IRANSansWeb";
  src: url("/assets/fonts/IRANSansWeb_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "IRANSansWeb";
  src: url("/assets/fonts/IRANSansWeb_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "IRANSansWeb";
  src: url("/assets/fonts/IRANSansWeb_Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* به Bootstrap بگو از این خانواده استفاده کن */
:root{
  --bs-font-sans-serif: "IRANSansWeb", -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-body-font-family: var(--bs-font-sans-serif);
}

/* بدنه + همه‌ی عناصر عمومی */
html, body{
  font-family: var(--bs-font-sans-serif) !important;
}

/* هدینگ‌ها و بولدها */
h1,h2,h3,h4,h5,h6,strong,b{
  font-family: "IRANSansWeb", var(--bs-font-sans-serif) !important;
  font-weight: 700;
}

/* اجزای Bootstrap و ناوبری اختصاصی */
.btn, .form-control, .form-select, .nav, .navbar, .breadcrumb, .table, .modal, .alert,
label, input, select, textarea, .dropdown-menu, .list-group, .card, .pagination {
  font-family: "IRANSansWeb", var(--bs-font-sans-serif) !important;
}

/* ناوبری سفارشی شما */
.dm-nav, .dm-nav * , .dm-nav-list, .dm-nav-list * , .dm-nav .nav-link{
  font-family: "IRANSansWeb", var(--bs-font-sans-serif) !important;
  font-weight: 400;
}

/* code / pre به‌صورت پیش‌فرض monospace هستند؛ اینجا Override می‌کنیم */
code, kbd, pre, samp {
  font-family: "IRANSansWeb", "Courier New", monospace !important;
  font-weight: 400;
}

/* عناصر درون <code> inline */
code, kbd, samp {
  letter-spacing: .2px;
}

/* برای چاپ هم همین فونت */
@media print{
  *{ font-family: "IRANSansWeb", Tahoma, Arial, sans-serif !important; }
}
