/* Tier 3 per-book theme block  ·  ThemeFactory output
   Book:   "Loving someone autistic"  (series: partner)
   Hue:    the shared Neurodivergence-autism sage (data-condition neuro-autism),
           re-asserted at book level so the partner-autism card carries the autism
           sage rather than the old partner-series green. Byte-equal to the Tier-2
           neuro-autism row, so the re-key is regression-free.
   Link AFTER family.css. Selector body[data-book] beats Tier 2. */
body[data-book] {
  --accent:          #5B7A6E;
  --accent-strong:   #3F5A4F;
  --accent-soft:     #EAF0EC;
  --accent-contrast: #FFFFFF;
}
