/* ─── Urdu Font Only — No RTL ────────────────────────────── */
/* Applies Urdu font and better sizing without breaking layout */

body.urdu-font {
  font-family: 'Noto Nastaliq Urdu', serif;
}

/* ─── Bigger font sizes for Urdu readability ─────────────── */
body.urdu-font .nav-item {
  font-size: 16px;
  line-height: 2.2;
  color: rgba(255,255,255,0.9);
}

body.urdu-font .nav-section-title {
  font-size: 12px;
  line-height: 2;
}

body.urdu-font .card-title {
  font-size: 18px;
  line-height: 2.2;
  color: #1e293b;
}

body.urdu-font .btn {
  font-size: 15px;
  line-height: 2.2;
  padding-top: 8px;
  padding-bottom: 8px;
}

body.urdu-font .form-label {
  font-size: 15px;
  line-height: 2.2;
  color: #1e293b;
  font-weight: 600;
}

body.urdu-font .form-control {
  font-family: 'Noto Nastaliq Urdu', serif;
  font-size: 15px;
  line-height: 2;
}

body.urdu-font table th {
  font-size: 14px;
  line-height: 2;
  color: #1e293b;
}

body.urdu-font table td {
  font-size: 14px;
  line-height: 2.2;
  color: #1e293b;
}

body.urdu-font .stat-info p {
  font-size: 15px;
  line-height: 2;
  color: #1e293b;
  font-weight: 500;
}

body.urdu-font .stat-info h3 {
  font-size: 26px;
  line-height: 1.5;
}

body.urdu-font .badge {
  font-size: 13px;
  line-height: 2;
  padding: 4px 12px;
}

body.urdu-font .modal-title {
  font-size: 18px;
  line-height: 2.2;
  color: #1e293b;
}

body.urdu-font .header-left h2 {
  font-size: 20px;
  line-height: 2;
  color: #1e293b;
}

body.urdu-font .header-left p {
  font-size: 14px;
  line-height: 2;
  color: #64748b;
}

body.urdu-font .sidebar-logo h2 {
  font-size: 17px;
  line-height: 2;
}

body.urdu-font .user-info h4 {
  font-size: 15px;
  line-height: 2;
}

body.urdu-font .user-info p {
  font-size: 13px;
  line-height: 1.8;
}

body.urdu-font .auth-title {
  font-size: 24px;
  line-height: 2.2;
  color: #1e293b;
}

body.urdu-font .auth-subtitle {
  font-size: 16px;
  line-height: 2;
  color: #64748b;
}

body.urdu-font p {
  font-size: 14px;
  line-height: 2.2;
}

body.urdu-font .empty-state h3 {
  font-size: 18px;
  line-height: 2;
}

body.urdu-font .empty-state p {
  font-size: 15px;
  line-height: 2;
}

body.urdu-font .toast {
  font-size: 14px;
  line-height: 2;
}

body.urdu-font .alert {
  font-size: 14px;
  line-height: 2;
}