/* GENERATED from packages/design-tokens — edit there, then re-copy.
   CI diff-guards this file (scripts/check-gateway-tokens.sh).

   DCNA-1272: this is a checked-in static copy of the --cv-accent* block from
   packages/design-tokens/coachview-accent.css. The gateway (deploy/gateway/)
   is a self-contained static page with NO build step — it cannot `@import` a
   pnpm workspace package, so the block is copied here verbatim instead.
   If you change the source values in
   packages/design-tokens/coachview-accent.css, re-copy the --cv-accent*
   block into this file so the two stay byte-identical. */
:root,
[data-theme="light"] {
  --cv-accent:      #006CC4;
  --cv-accent-hover: #0060B0;
  --cv-accent-weak:  #E6F0FA;
  --cv-accent-ring:  rgba(0,108,196,0.32);
  /* accent on permanently-dark surfaces — theme-invariant by design (gateway brandstrip wordmark) */
  --cv-accent-bright: #008DFC;
}

[data-theme="dark"] {
  --cv-accent:      #008DFC;
  --cv-accent-hover: #33A4FD;
  --cv-accent-weak:  #11263B;
  --cv-accent-ring:  rgba(0,141,252,0.40);
  /* accent on permanently-dark surfaces — theme-invariant by design (gateway brandstrip wordmark) */
  --cv-accent-bright: #008DFC;
}
