# CSS Extraction Playbook After scraping the raw HTML, extract the design tokens systematically. Work through these layers in order. ## Layer 1: CSS Custom Properties (The Jackpot) Search the HTML for `:root` blocks — these are design systems that have done your work for you: ```html ``` Grab every `--variable` and classify it: color, font, spacing, shadow, radius, animation. ## Layer 2: Font Imports Look for `@import` at the top of `