What problem does it solve? Styling React Native components consistently across light and dark modes is error-prone when developers hard-code colors, spacing, or shadows. This Skill centralizes the project's design tokens so every UI element follows the same theme system. ## Core Features & Use Cases - Color Token Reference: Maps semantic colors (primary, destructive, success, warning) and theme variables to NativeWind utility classes with light/dark values. - Typography & Spacing Standards: Defines BeVietnamPro font weights, text size classes, padding/margin scales, and border radius tokens. - Cross-Platform Shadow Guidance: Documents the iOS-only limitation of NativeWind shadow classes and the Android elevation equivalents. - Use Case: When building a new button component, reference this Skill to apply bg-primary px-4 py-3 rounded-lg with proper dark mode variants instead of hard-coding hex values. ## Quick Start Use the design-tokens skill to style this new card component with the correct theme colors, spacing, and dark mode support.