/**
 * Accessibility overrides — WCAG AA contrast only.
 * Loads after theme.min.css. Do not add layout/component styles here.
 */

/* Theme .text-muted is #8997a4 (~2.99:1 on white) — fail body AA */
.text-muted {
  color: #51596c !important;
}

/* 50% white fails on green/primary and is borderline on navy overlays */
.text-white-50 {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Breadcrumb inactive on light bg — keep ≥4.5:1 */
.breadcrumb-item,
.breadcrumb-item + .breadcrumb-item::before {
  color: #495057 !important;
}

.breadcrumb-item.active {
  color: #2d374b !important;
}
