/* Tier 3 per-book theme block  ·  ThemeFactory output
   Book:   "Living with an ADHD mind"  (series: for-you)
   Hue:    within the for-you slate-teal family, pushed to a
           brighter, more vivid teal (chosen at S1 intake 2026-06-14:
           Wilfred picked "brighter teal" over the muted green-teal).
   Link AFTER family.css. Selector body[data-book] beats Tier 2.
   AA checked 2026-06-14:
     white on --accent (#0F766E)        = 5.48:1  (AA normal text)
     --accent-strong (#115E59) on white = 7.58:1  (AAA). */
body[data-book] {
  --accent:          #0F766E;
  --accent-strong:   #115E59;
  --accent-soft:     #E3F2EE;
  --accent-contrast: #FFFFFF;
}
