# Tokens Machine-readable design tokens, exported from the canonical [`../design.md`](../design.md) source. These files are the integration point for downstream platforms (web/CSS, iOS, Android, Figma). | File | Purpose | |------|---------| | `colors.json` | Brand, neutral, and semantic colors. | | `typography.json` | Type ramp (display → caption + mono). | | `spacing.json` | 4px base spacing scale. | | `radius.json` | Corner radius scale. | | `elevation.json` | Shadow / depth tokens. | | `motion.json` | Duration + easing tokens. | | `breakpoints.json` | Responsive breakpoints. | > Tokens conform broadly to the [W3C Design Tokens Format](https://design-tokens.github.io/community-group/format/). Run `npm run build:tokens` to regenerate platform outputs once `scripts/build-tokens.js` is implemented.