/* Shabnam — Regular */
@font-face {
  font-family: 'Shabnam';
  font-style: normal;
  font-weight: 400;
  /* اگر Shabnam.woff2 اضافه شد، خط زیر را فعال کن */
  /* src: url('Shabnam.woff2') format('woff2'), */
  src: url('Shabnam.woff') format('woff');
  font-display: swap;
}

/* Shabnam — Bold */
@font-face {
  font-family: 'Shabnam';
  font-style: normal;
  font-weight: 700;
  /* اگر Shabnam-Bold.woff2 اضافه شد، خط زیر را فعال کن */
  /* src: url('Shabnam-Bold.woff2') format('woff2'), */
  src: url('Shabnam-Bold.woff') format('woff');
  font-display: swap;
}

/* خانوادهٔ پیش‌فرض سایت */
html, body {
  font-family: 'Shabnam', sans-serif;
}
/* === Force Latin digits site-wide (disable localized digits) === */
html, body {
  /* اگر فونت ویژگی locl داشته باشد، اعداد فارسی را غیرفعال می‌کنیم */
  font-feature-settings: "locl" 0, "lnum" 1;
  font-variant-numeric: lining-nums;
}

/* احتیاط: روی تمام عناصر هم اعمال کن تا override های محلی خنثی شوند */
body * {
  font-feature-settings: "locl" 0, "lnum" 1;
  font-variant-numeric: lining-nums;
}
