/* CarDealerCMS brand theme — shared colour config, applies site-wide.
   Confirmed 4 Jul 2026: navy matches LCS exactly (sister products, same
   navy, different accent) so the two never get visually confused.
   Change values here, not in individual pages. Local Car Sales has its
   own separate green theme (marketplace/) — do not merge the two. */
:root{
  --cd-navy:#0a1f3d;
  --cd-navy-deep:#0a1f3d;
  --cd-accent:#a21caf;
  --cd-accent-rgb:162,28,175;
  --cd-accent-dark:#86198f;
  --cd-accent-darker:#701a75;
  --cd-accent-light:#fae8ff;
}
