/* ============================================================
   BRAND OVERRIDE — light surfaces are neutral, not mint-tinted.
   Deliberate deviation from Guidelines v3.0 §06: Off-White
   (#F6FBF8), Light Mist (#EDF1EF) and Mist Grey (#DDE5E0) all
   carry a green cast that reads as a wash over a whole page.
   The greys below are those same values desaturated at equal
   relative luminance, so every contrast ratio is preserved,
   with the page ground taken all the way to pure white.
   Delete this file's <link> to return to the brand palette.

   --color-off-white is left alone: it is also the primary TEXT
   colour on dark bands, where the cast is imperceptible.

   Shared by index.html and privacy.html. It lives in its own
   file rather than inline in each so the six values exist once.
   ============================================================ */
[data-theme="light"], body[data-theme="light"] {
  --bg-base:       #FFFFFF;   /* was --color-off-white  #F6FBF8 */
  --bg-deepest:    #F0F0F0;   /* was --color-light-mist #EDF1EF */
  --surface-card:  #F0F0F0;
  --surface-raised:#F0F0F0;
  --border-subtle: #E3E3E3;   /* was --color-mist-grey  #DDE5E0 */
  --border-strong: #CBCBCB;   /* was                    #C4CEC8 */
}
