/* --- Global readability boost --- */
html, body {
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Headings & titles */
h1, h2, h3, h4, h5, h6,
.card-title, .section-title,
.label, .form-label {
  font-weight: 700 !important;
  letter-spacing: 0.1px !important;
}

/* Common small text utilities in theme */
.font-size-12, .small, small {
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Badges and status chips */
.badge {
  font-weight: 700 !important;
  font-size: 0.96rem !important;
  letter-spacing: 0.2px !important;
  padding: .35rem .55rem !important;
}

/* Inputs */
input, select, textarea {
  font-size: 15.5px !important;
}

/* Optional: کمی کنتراست برای متون کم‌رنگ در تم تیره */
.text-muted { color: #bfc6d0 !important; }
