Skip to content

February 2, 2026

Designing with tokens

How this starter keeps design consistent through a single source of truth.

Every color, font, and radius in this starter comes from the @theme block in src/styles/global.css. Components reference generated utilities like bg-bg, text-ink, and font-display — never raw hex values.

Change a token once and it cascades everywhere. That is what keeps an AI-built site coherent instead of looking like ten different sites stitched together.