/* Theme: daylight — a hand-authored LIGHT theme (counterpoint to midnight), to show the
   --ck-* contract carrying a visibly different look with zero card or template change.
   Applied via <html data-theme="daylight">. Phase 3 will additionally generate themes from
   the Themes-service seed; this stays a hand-authored member alongside them. (KC design 0236.) */
[data-theme='daylight'] {
  /* neutrals */
  --ck-surface: #faf9f7;
  --ck-surface-raised: #ffffff;
  --ck-ink: #1a1b1e;
  --ck-muted: #4a4d54;
  --ck-faint: #82868f;
  --ck-icon: #a8abb2;
  --ck-hair: rgba(0, 0, 0, 0.1);
  --ck-rule: rgba(0, 0, 0, 0.1);

  /* brand */
  --ck-primary: #2f54d4;
  --ck-primary-on: #ffffff;
  --ck-primary-muted: rgba(47, 84, 212, 0.4);
  --ck-accent: #2f54d4;
  --ck-warn: #c0392b;
}
