/* Luma theme — "lantaarn": lantern light at dusk.
   The evening app, opened after bedtime. A hallway lamp left on: warm
   dusk-grey paper with a faint violet undertone, deep plum ink, muted
   heather accent, and a candle-amber highlight reserved for firsts and
   moments. Same semantic slots as every other theme. */
:root {
  --bg: #eeecef;          /* dusk paper, faint violet undertone */
  --surface: #fbfafc;     /* lamplit near-white */
  --ink: #3f3648;         /* deep plum — ink instead of black */
  --muted: #8b8492;       /* dusk slate */
  --line: #ddd9e2;
  --accent: #8a79a5;      /* muted heather */
  --accent-deep: #6f5f8c; /* deep heather */
  --accent-soft: #e9e4f1; /* pale heather */
  --good: #7ba05b;        /* family green */
  --good-soft: #e3ecd8;
  --shadow-tint: 63, 54, 72;   /* plum ink → dusk shadows */

  /* app tokens: the candle (firsts & moments), and recessed neutrals */
  --amber: #c98a3a;       /* candle-amber — marks, never body text */
  --amber-soft: #f5e9d6;
  --ink-soft: #6b6373;    /* secondary copy */
  --surface-2: #e7e4ea;   /* recessed tile */
  --line-2: #ccc7d4;      /* stronger hairline */
}
