DictionaryInterface
Design Token
A named design decision — color, space, type size, radius — stored as data so products share the same values.
In practice
Tokens separate meaning (color.text.primary) from raw values (#102029). They enable themes, dark mode, and multi-platform consistency without hunting hex codes.