:where(a,button,input,select,textarea,[tabindex]):focus-visible {
  outline: 3px solid var(--tenant-primary-soft, rgba(37, 99, 235, .28));
  outline-offset: 2px;
}

[data-bs-theme="dark"] .form-label,
[data-bs-theme="dark"] .table thead th,
[data-bs-theme="dark"] .topbar small,
[data-bs-theme="dark"] .text-secondary {
  color: #94A3B8 !important;
}

[data-public-theme="dark"] :where(a,button,select,[tabindex]):focus-visible {
  outline-color: #67E8F9;
}
