:root{
  /* brand accent */
--color-primary:#f9930e;
/* cool accent (for subtle duo‑tone motion) */
--color-accent2:#14c6f9;

/* semantic */
--color-success:#4ade80;
--color-danger :#ef4444;
--color-info   :#3b82f6;

/* light neutrals */
--color-bg       :#ffffff;   /* page background */
--color-surface  :#f8f9fa;   /* cards / footer */
--color-border   :#dee2e6;
--color-text-high:#212529;   /* main text */
--color-text-low :#6c757d;
}