Update the authoring guide to the shipped token and theming APIs
Tokens are defineVars maps indexed by the CSS custom property name
(colorVars['--color-*'], spacingVars, sizeVars, durationVars, easeVars), not
colorTokens.surface / spacingTokens.space3 / transitionTokens.fast. Overrides
are consumed through the themeProps class, not useContext(ThemeContext) and a
ComponentStyles interface that does not exist. The animation examples no longer
hardcode 0.6s and ease-out.