/* SabiHQ v1478 — premium merchant-dashboard typography.
   Weight-only refinement: intentionally contains no font-size declarations. */
.sabihq-dashboard-shell {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
}

.sabihq-dashboard-shell :where(p, li, td, th, label, input, select, textarea),
.sabihq-dashboard-shell :where(.font-normal, .font-medium, .font-semibold) {
  font-weight: 400 !important;
}

.sabihq-dashboard-shell :where(
  h1, h2, h3, h4, h5, h6,
  strong, b,
  button, .sabi-button, a[role="button"],
  .sabi-card-title,
  .font-bold, .font-extrabold, .font-black
) {
  font-weight: 500 !important;
}

.sabihq-dashboard-shell .v1430-account-trigger,
.sabihq-dashboard-shell .v1430-account-name,
.sabihq-dashboard-shell .v1430-account-action {
  font-weight: 500 !important;
}

.sabihq-dashboard-shell .v1430-account-sub {
  font-weight: 400 !important;
}
