/* Vazirmatn - Variable (self-hosted) */
@font-face{
  font-family: "Vazirmatn";
  src: url("../fonts/vazirmatn/Vazirmatn-Regular.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Vazirmatn";
  src: url("../fonts/vazirmatn/Vazirmatn-Italic[wght].woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* پیش‌فرض پروژه: بدنه و هدینگ‌ها */
html, body{
  font-family: "Vazirmatn", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Arabic", Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: tabular-nums;  /* اعداد ستونی برای آمارها */
}

/* هدینگ‌ها یک ذره درشت‌تر و سفت‌تر */
h1, h2, h3, .display-1, .display-2, .display-3, .display-4{
  font-weight: 800;
}

/* دکمه و ناوبری خواناتر */
.navbar, .btn, .nav-link{ font-weight: 600; }

/* اگه می‌خوای کل پروژه بدون ایتالیک باشه: */
/* i, em { font-style: normal; } */
