/* ============================================
 * [DEPRECATED] 此文件已被拆分，保留以向后兼容。
 * 请使用新的引入方式：@import "./tokens/index.css";
 *
 * 新的文件结构：
 * - theme-base.css: @theme 映射 + 动画 + 公共样式
 * - themes/light.css: 亮色主题
 * - themes/dark.css: 暗色主题
 * - themes/light-parchment.css: 羊皮纸亮色
 * - themes/dark-parchment.css: 羊皮纸暗色
 * ============================================ */

@import "./theme-base.css";
@import "./themes/light-mint.css";
@import "./themes/dark-mint.css";
@import "./themes/light-forest.css";
@import "./themes/dark-forest.css";
@import "./themes/light-parchment.css";
@import "./themes/dark-parchment.css";
