/* Per-page color themes. All hues sit on the same cool spectrum
   (blue -> teal -> indigo -> violet) so every page feels distinct
   while remaining part of one calm, soothing family. */

body.theme-home {
  --accent: #3B6FD6;      /* cool blue */
  --accent-dark: #6C63FF; /* indigo */
  --accent-soft: #EEF2FF;
}

body.theme-ledger {
  --accent: #14B8A6;      /* teal */
  --accent-dark: #0D9488; /* deep teal/green */
  --accent-soft: #E6FFFA;
}

body.theme-fieldclock {
  --accent: #0EA5E9;      /* sky blue */
  --accent-dark: #2563EB; /* blue */
  --accent-soft: #E0F2FE;
}

body.theme-thoughtline {
  --accent: #8B5CF6;      /* violet */
  --accent-dark: #6366F1; /* indigo-violet */
  --accent-soft: #F3F0FF;
}
