/* THE VOID DRAGON CHRONICLES — design tokens
   Cool spectrum only. Warm tones are incorrect for this character at this state. */

:root {
  /* color */
  --void: #050508;        /* base — the page is the void */
  --abyss: #12142b;       /* deep cosmic indigo — surfaces, panels */
  --abyss-edge: #1b1e3d;  /* raised edge of the abyss — borders */
  --ice: #8fd9e8;         /* ice-blue — interactive, cursor rim, focus */
  --violet: #b9aedd;      /* pale violet-silver — secondary accent, em */
  --starlight: #f2f1f6;   /* starlight white — primary text */
  --dust: #6e74a8;        /* star-dust — muted UI text */

  /* type */
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-ui: "Jost", "Segoe UI", sans-serif;

  /* tracking scale */
  --track-title: 0.28em;
  --track-label: 0.42em;
  --track-nav: 0.24em;

  /* motion */
  --ease-void: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-slow: 1.2s;
  --dur-base: 0.5s;
  --dur-fast: 0.25s;

  /* z-order: starfield 0 · video 1 · grade 2 · chrome 10 · cursor 100 */
}
