What problem does it solve? Android developers on the Solvyx project risk hardcoding colors, spacing, and typography values, which breaks visual consistency and complicates light/dark theme support. This Skill centralizes every approved design token so UI code always references a single source of truth. ## Core Features & Use Cases - Complete Token Reference: Teal color palette, support colors, Nunito typography scale, shapes, spacing, touch targets, elevation, icon/avatar sizes, and animation timings, each with light and dark variants. - Berto Mascot Guidelines: Emotional-state assets and context-specific sizes for the Berto character across home, dialogs, empty states, and bottom navigation. - Governance Rules: Anti-patterns to avoid (hardcoded hex colors, literal dp values) and a documented process for extending tokens safely. - Use Case: When building a new Jetpack Compose screen, look up MaterialTheme.colorScheme.primary instead of Color(0xFF0F766E) and use SolvyxSpacing.md for item separation, guaranteeing theme consistency. ## Quick Start Ask the assistant to apply the Solvyx design tokens when styling a new Compose screen so all colors, spacing, and typography come from the documented tokens.