/* Speelmat theme — the "luma" world: sky & night.
   The reserved luma palette (sky #6e93b8 / night #2e2a3f), already present
   inside Woordjes as its language-cue and goodnight colors. Same semantic
   slots as every other theme. */
:root {
  --bg: #edeff0;          /* faint sky-tinted paper */
  --surface: #fcfcfb;     /* warm near-white */
  --ink: #2e2a3f;         /* night — ink instead of black */
  --muted: #7f7d8c;       /* slate */
  --line: #e0e1e0;
  --accent: #6e93b8;      /* sky */
  --accent-deep: #517699; /* deep sky */
  --accent-soft: #dde8f1; /* pale sky */
  --good: #7ba05b;        /* family green (session complete) */
  --good-soft: #e3ecd8;
  --shadow-tint: 46, 42, 63;   /* night ink → shadows stay in-world */

  /* app tokens: a warm amber counterpoint (age cues), the night deep,
     and two recessed neutrals the companion's cards/chips lean on */
  --night: #2e2a3f;
  --warm: #cf8638;
  --warm-soft: #f2e2cb;
  --ink-soft: #565463;    /* muted night — secondary body copy */
  --surface-2: #e7e9ea;   /* recessed tile (icons, chips) */
  --line-2: #d3d5d6;      /* stronger hairline */
}
