Context
Meridian (the STRATT documentation engine) launched with Starlight’s default dark theme — functional but visually disconnected from so1.io, atlas.devarno.cloud, and flight.devarno.cloud. The wider ecosystem uses the Mars design system: night sky backgrounds (#0A0E17), iron oxide accents (#CD5C5C), atmospheric gradients, and backdrop-blur visor panels.Learning
Extracting the Mars design tokens fromatlas/mars.css into Meridian’s Starlight overrides took under an hour of CSS work, but the impact on perceived product quality was immediate. The entire ecosystem now reads as one product family — Meridian looks like it belongs alongside Mission Control and the Atlas documentation hub rather than being a generic Starlight site.
The critical insight: design tokens are infrastructure, not decoration. When --mars-iron-oxide appears in 4+ codebases, changing the brand accent requires exactly one variable update per site. The 13.2KB mars.css file has become a shared protocol asset, just like the STRATT schema package is a shared engineering asset.