.table-wrap:focus-visible {
  outline: 3px solid #4f8ff7;
  outline-offset: 2px;
}

.error-page .eyebrow {
  color: #7a4f28;
}

.empty-cell {
  padding: 28px 12px;
  color: #667987;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .pill,
  .tenant-chip,
  .sidebar-context,
  .workspace-head {
    border: 1px solid CanvasText;
  }

  .tenant-chip > span,
  .brand-preview > div span {
    border: 2px solid CanvasText;
  }
}
