Setting up your dashboard0 entities found · 9/32 branches scanned
ID:WORK-405Status:pending
Lumina typography refactor onto tokens
Replace Lumina's hardcoded typography with the WORK-404 tokens. Today there are ~351 hardcoded font-size declarations against 5 tokenized — so an editorial theme wanting a different scale must override hundreds of declarations across 90 files. Tokenizing here is also what shrinks the WORK-410 skeleton/skin spike's classification surface.
Replace hardcoded font-size, font-weight, line-height, and letter-spacing in packages/lumina/styles/** with the new tokens.
Keep the rendered result visually identical to today — this is a refactor, not a restyle.
Keep CSS-coverage and contracts --check green throughout.
Acceptance Criteria
Hardcoded font-size literals in packages/lumina/styles drop to near-zero (a documented allowlist for genuine one-offs only).
Weights, line-heights, and tracking likewise consume tokens where a token exists.
CSS-coverage and contracts checks pass; no intended visual change vs. the pre-refactor baseline (verified against the WORK-409 baseline once it exists, else by eye + coverage).
Dependencies
Requires WORK-404 (tokens to consume). Best verified by WORK-409 (empty-diff proof).