/* Source: .planning/v4/accent-spec-pretriallitigation.md + 13-CONTEXT.md D-13-E */
:root {
  --bg: #eef1f2;                /* near-white reading ground (cool highlights from cover) */
  --fg: #1a1a1a;
  --accent: #4a7076;            /* slate-teal stone-texture field (cover dominant) */
  --accent-secondary: #8e98a0;  /* cool-grey neutral (rule lines, annotation marks) */
  --hero-variant: split-asymmetric-left;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #1a1f2a;
    --fg: #eef1f2;
    --accent: #8e98a0;
  }
}
/* SUPPRESSED: kelly green — D-13-E counter-aesthetic violation. Do not consume. */
