/* GENERATED by tools/build-tokens.mjs from design/tokens.json — do not edit by hand. */
:root{
  /* color */
  --bg:#0c0b10;
  --color-void:#0c0b10;
  --ink-deep:#140d07;
  --color-ink:#140d07;
  --line:#26222e;
  --color-hairline:#26222e;
  --soft:#9a92a8;
  --color-ash:#9a92a8;
  --ink:#efe7d4;
  --color-parchment:#efe7d4;
  --ink-warm:#f4e9c8;
  --color-parchment-warm:#f4e9c8;
  --glow:#e9b15a;
  --color-candle-gold:#e9b15a;
  --glow-deep:#a9802f;
  --color-gold-deep:#a9802f;
  --accent:#c0392b;
  --color-blood:#c0392b;
  --accent-deep:#7c2b22;
  --color-blood-deep:#7c2b22;
  --ok:#6ab04c;
  --color-sigil-green:#6ab04c;
  /* type */
  --font-serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --font-mono:"SFMono-Regular",Menlo,Consolas,monospace;
  --text-xs:12px;
  --text-sm:14px;
  --text-base:16px;
  --text-lg:20px;
  --text-xl:28px;
  --text-2xl:40px;
  --text-3xl:64px;
  /* space */
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:24px;
  --space-6:32px;
  --space-8:48px;
  /* radius */
  --radius-sm:2px;
  --radius-md:6px;
  --radius-lg:12px;
}
