:root {
  --wsdc-color-text-strong: #0b1221;
  --wsdc-color-text: #1f2937;
  --wsdc-color-text-muted: #4b5563;
  --wsdc-color-border: #d1d5db;
  --wsdc-color-surface: #ffffff;
  --wsdc-color-surface-soft: #f8fafc;
  --wsdc-color-brand: #111827;
  --wsdc-color-brand-accent: #2563eb;
  --wsdc-shadow-card: 0 4px 12px rgba(15, 23, 42, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
