/* Tier 3 per-book theme block  ·  ThemeFactory output
   Book:   "Living with an AuDHD mind"  (series: for-you)
   Hue:    the shared Neurodivergence teal (data-condition neuro-adhd),
           re-asserted at book level so the AuDHD card reads as part of
           the same neurodivergence shelf as ADHD. AuDHD = autistic + ADHD
           together, so it carries the ADHD-teal identity rather than a
           third hue (Wilfred call, 2026-06-24; reversible via a new
           neuro-audhd Tier-2 row if a distinct hue is later wanted).
   Link AFTER family.css. Selector body[data-book] beats Tier 2.
   AA checked 2026-06-24:
     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;
}
