/* Nexus brand tokens — overrides applied per-theme on top of globals.css */
:root {
  --brand-primary: oklch(0.73 0.19 49.71);
  --brand-primary-light: oklch(0.85 0.14 49.71);
  --brand-primary-dark: oklch(0.60 0.20 49.71);

  /* Legacy aliases — keep until Phase 2 refactor finishes */
  --nexus-orange: var(--brand-primary);
  --nexus-orange-light: var(--brand-primary-light);
  --nexus-orange-dark: var(--brand-primary-dark);
}
