/* GrowJourn — Twilight Expedition palette.
   Single source of truth for theme colors. Change a value here to
   restyle every page. (JS-rendered canvas/SVG art keeps its own colors.) */
:root {
  /* backgrounds & surfaces */
  --bg:         #0d1526;
  --bg-deep:    #0a1120;
  --surface:    #16233d;
  --surface-2:  #1d2f4f;
  --surface-3:  #24344f;
  --surface-hi: #2a3e5f;
  --line:       #3a4e6f;

  /* text */
  --faint:      #5b6f8f;
  --muted:      #9db0cc;
  --text-soft:  #c0d0e8;
  --text:       #f2ede0;

  /* accents */
  --amber:      #e8c07a;
  --amber-hot:  #f4d089;
  --teal:       #6fb8c4;

  /* rgb triplets for rgba() glows/shadows */
  --amber-rgb:  232,192,122;
  --teal-rgb:   111,184,196;
  --bg-rgb:     13,21,38;
}
