/* High contrast — WCAG-friendly foreground/background separation */

html[data-theme="high-contrast"] {
  --color-bg: #000000;
  --color-surface: #0a0a0a;
  --color-surface-elevated: #141414;
  --color-border: #ffffff;
  --color-border-strong: #ffffff;
  --color-text: #ffffff;
  --color-text-muted: #e0e0e0;
  --color-text-placeholder: #a8a8a8;
  --color-accent: #ffff00;
  --color-accent-contrast: #000000;
  --color-error: #ff6666;
  --color-error-bg: #330000;
  --color-error-border: #ff6666;
  --color-success: #00ff88;
  --color-success-bg: #002a14;
  --color-focus-ring: #00ccff;
  color-scheme: dark;
}
