/* Tailwind CSS reference tokens. */
@theme {
  --color-ink-black: #030712;
  --color-slate-mist: #4a5565;
  --color-slate-mid: #6a7282;
  --color-slate-cool: #364153;
  --color-steel-veil: #90a1b9;
  --color-fog-line: #cad5e2;
  --font-display: Inter, sans-serif;
  --font-sans: "IBM Plex Mono (plexMono)", sans-serif;
}