/* THEME: edit these shared tokens; no JavaScript changes required.
   Shadow/highlight values are RGB channels (no commas).
   Background-image-opacity controls the barely-there card imagery. */
:root {
  color-scheme: dark;
  --surface: #2b231f;
  --ink: #f0e4d8;
  --muted: #bdab9d;
  --accent: #dfb17e;
  --accent-soft: #b47e53;
  /* Keep both tones close to the surface's hue: a neutral warm light,
     rather than an orange glow, and a soft brown shadow, not black. */
  --shadow-dark: 22 17 14;
  --shadow-light: 71 62 56;
  --line: #ffffff14;
  --control: #ffffff05;
  --selected: #dfb17e16;
  --tooltip: #19130f;
  --image-opacity: .13;
  --ambient-opacity: .18; /* Peak opacity of the cursor-revealed dots. */
  --dot-spacing: 24px;
  --dot-radius: 190px;    /* Soft reveal radius around the mouse. */
  --font: Inter, 'Helvetica Neue', Arial, sans-serif;
}
