Guidelines / Typography

Scale

10 → 64px

01 Preview

02 Rule

even steps only (10 12 14 16 20 24 32 48 64). Body 16; jump to 32+ for display, skip the in-betweens.

03 Tokens

TokenValue
--text-2xs10px
--text-xs12px
--text-sm14px
--text-md16px
--text-lg20px
--text-xl24px
--text-2xl32px
--text-3xl48px
--text-4xl64px

The tokens this card covers, from src/tokens/typography.css. Use these via var(--name) rather than literal values — npm run lint enforces it wherever a token holds the value.