` |
+| `data-space-gap-horizontal` | `none`, `4xs`, `3xs`, `2xs`, `xs`, `sm`, `md`, `lg`, `xl`, `2xl`, `3xl` | Horizontal gap | `
` |
+| `data-space-gap-vertical` | `none`, `4xs`, `3xs`, `2xs`, `xs`, `sm`, `md`, `lg`, `xl`, `2xl`, `3xl` | Vertical gap | `
` |
+| `data-typography-font-family` | `ui`, `header` | Font family | `
` |
+| `data-typography-font-size` | `xs`, `sm`, `md`, `lg`, `xl`, `2xl`, `3xl`, `4xl`, `5xl`, `6xl` | Font size | `
` |
+| `data-typography-font-weight` | `regular`, `medium`, `bold` | Font weight | `` |
+
+### Package Structure
+
+```
+packages/
+├── eds-tokens/ # Main token package
+│ ├── tokens/ # Synced token JSON files (don't edit manually)
+│ ├── build/ # Generated CSS/JS/JSON outputs
+│ ├── token-config.json # Build configuration
+│ └── package.json # Sync and build scripts
+│
+├── eds-tokens-build/ # Build tooling
+│ ├── src/scripts/ # Generation and build scripts
+│ ├── src/transform/ # Style Dictionary transforms
+│ ├── src/filter/ # Token filters
+│ └── src/utils/ # Shared build utilities
+│
+└── eds-tokens-sync/ # Figma sync tooling
+ ├── bin/ # CLI executables
+ ├── src/api/ # Figma REST API client
+ ├── src/scripts/ # Sync orchestration
+ └── src/utils/ # Token import/export utilities
+```
+
+### File Locations
+
+**Configuration:**
+
+- `packages/eds-tokens/token-config.json` -- Build configuration
+- `packages/eds-tokens/.env` -- Figma access token (gitignored)
+- `packages/eds-tokens/package.json` -- Script definitions
+
+**Source Tokens:**
+
+- `packages/eds-tokens/tokens/GnovDpL3UV6X51Ot7Kv6Im/` -- Foundation colors
+- `packages/eds-tokens/tokens/OWxw2XogDLUt1aCvcDFXPw/` -- Static semantic
+- `packages/eds-tokens/tokens/nyPaQ3QnI1UAcxKW4a0d2c/` -- Dynamic appearance
+- `packages/eds-tokens/tokens/cpNchKjiIM19dPqTxE0fqg/` -- Spacing primitives
+- `packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/` -- Spacing modes
+
+**Build Outputs:**
+
+- `packages/eds-tokens/build/css/variables.min.css` -- All CSS variables (minified)
+- `packages/eds-tokens/build/css/color/` -- Color CSS variables
+- `packages/eds-tokens/build/css/spacing/` -- Spacing CSS variables
+- `packages/eds-tokens/build/js/color/` -- JavaScript exports
+- `packages/eds-tokens/build/json/` -- JSON exports
+
+### Related Documentation
+
+**Color System:**
+
+- [Color System Introduction](../../packages/eds-tokens/instructions/colors.md)
+- [Static Color Approach](../../packages/eds-tokens/instructions/colors-static.md)
+- [Dynamic Color Approach](../../packages/eds-tokens/instructions/colors-dynamic.md)
+
+**Build System:**
+
+- [Build System README](../../packages/eds-tokens-build/README.md)
+- [Sync Package README](../../packages/eds-tokens-sync/README.md)
+- [Main Tokens README](../../packages/eds-tokens/README.md)
+
+**Other Guides:**
+
+- [Figma MCP Integration](./FIGMA_MCP_INTEGRATION.md)
+- [Conventional Commits](./CONVENTIONAL_COMMITS.md)
+- [Component Guidelines](../../COMPONENT_GUIDELINES.md)
+
+---
+
+**Last Updated:** November 2025
+**Maintained By:** EDS Core Team
+**Questions?** Contact: fg_eds@equinor.com