/* ─── Design Tokens ─── */
:root {
  --ink: #0a0a0f;
  --paper: #f5f2eb;
  --lime: #c8f53c;
  --violet: #5b4fff;
  --coral: #ff5c3a;
  --sky: #3af5d8;
  --mid: #1a1a2e;
}
