/* workshift.io brand tokens. Overrides the platform defaults; nothing else.
   Source of truth: apps/workshift-admin/app/globals.css (--color-brand-*). */
:root{
  --site-primary:#822FAD;      --site-primary-dark:#5A1E7B;  --site-ink:#1D0829;
  --site-accent:#6E2597;       --site-highlight:#C187DB;     --site-tint:#EAD6F3;
  --site-bg:#FAF7FC;           --site-surface:#ffffff;       --site-border:#E2DCE8;
  --site-text:#171717;         --site-muted:#3F3F46;
}
