/* App Shell — shared theme entry point (K10).
 * The App Layout owns the theme: every migrated page links ONLY this file
 * instead of the two token files directly, so there is one place that
 * decides which theme files back the app.
 *
 * This is deliberately a thin @import wrapper, NOT a relocation of the
 * actual token source. hanzi-studio-tokens.css/hanzi-studio-theme.css stay
 * exactly where they are (app/) since pages outside this migration
 * (login.html, register.html, theme-manager-demo.html, etc.) may still
 * link them directly — moving/renaming them would risk breaking those
 * untouched pages for zero benefit. The light/dark theme system itself is
 * unchanged by this file; it only centralizes which pages point at it.
 */
@import url('../hanzi-studio-tokens.css');
@import url('../hanzi-studio-theme.css');
