What problem does it solve? Applying Material Design 3 typography correctly requires memorizing 15 baseline type styles plus 15 emphasized variants, each with exact sizes, line heights, weights, and letter spacing. This Skill provides the complete specification and ready-to-use CSS patterns so text hierarchy is implemented consistently without consulting external docs. ## Core Features & Use Cases - Complete M3 Type Scale: All 15 baseline styles (display, headline, title, body, label) plus 15 M3 Expressive emphasized variants with exact size, weight, line-height, and tracking values. - CSS Token Implementation: Ready-made CSS custom properties and reusable type classes following the md-sys-typescale naming convention. - Variable Font Guidance: Roboto Flex setup with font-variation-settings, font-display swap, subsetting, and performance optimization. - Use Case: When building a Next.js page with a design system, ask for M3 typography and receive correctly scaled headline, body, and label classes with emphasized variants for calls to action, plus an HTML preview of the full scale. ## Quick Start Apply Material Design 3 typography to my page with a headline-large title, body-large text, and an emphasized label for the primary button.