/* Pre-overhaul stylesheets, kept only until every surface is rebuilt.
   They live in a cascade layer, so any unlayered rule in ui.css or a screen
   stylesheet wins without specificity tricks. Delete rules here as screens
   migrate; see docs/roadmap.md (V3). */
@layer legacy;
@import url('./style.css') layer(legacy);
@import url('./table-scene.css') layer(legacy);
@import url('./board-layout.css') layer(legacy);
@import url('./north-star.css') layer(legacy);
@import url('./learning-finish.css') layer(legacy);
