/* ============================================================
   Grey-White palette override for the comparison version.
   Loaded only on index-grau.html (body.gray). Higher specificity
   than the base .v3 theme vars, so it simply re-tints everything.
   ============================================================ */

/* Light grey-white (default) */
body.gray .v3.v3-light {
  --bg: #fbfbfc;
  --bg-2: #f2f2f4;
  --bg-3: #e7e7ea;
  --ink: #131316;
  --ink-2: #3a3a40;
  --ink-3: #76767c;
  --accent: #44444b;
  --accent-2: #5e5e66;
  --rule: rgba(19, 19, 22, 0.16);
}

/* Dark grey (neutral, no warm tint) */
body.gray .v3.v3-dark {
  --bg: #0e0e10;
  --bg-2: #161618;
  --bg-3: #1f1f22;
  --ink: #f3f3f4;
  --ink-2: #c2c2c6;
  --ink-3: #76767c;
  --accent: #bcbcc4;
  --accent-2: #9a9aa2;
  --rule: rgba(243, 243, 244, 0.14);
}

/* Boot splash + toolbar accents follow the neutral palette */
body.gray .boot { background: #fbfbfc; }
