Radius
Corner rounding tokens, from a barely-there hairline to fully circular. Pick by element scale — small controls round tightly, large surfaces round softly.
Radius scale
Each swatch is rendered with its actual token applied to all four corners.
Usage
Match radius to element size — mixing radii across nested elements (a sharp input inside a soft card) reads as intentional layering.
.button { border-radius: var(--radius-200); }
.card { border-radius: var(--radius-400); }
.avatar { border-radius: var(--radius-full); }