/* Superpower reference tokens. */
@theme {
  --color-charcoal-black: #18181b;
  --color-pure-white: #ffffff;
  --color-warm-gray: #71717a;
  --color-light-gray: #e4e4e7;
  --color-whisper-gray: #f4f4f5;
  --color-vermillion-accent: #fc5f2b;
  --font-display: "Nb international pro webfont", sans-serif;
  --font-sans: "Nb International mono pro", sans-serif;
}