/* 皮肤基座：只定义字体栈与结构常量，颜色一律由各皮肤文件定义。 */
:root {
  --font-serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", Georgia, serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --font-georgia: Georgia, "Times New Roman", "Songti SC", serif;
  --wrap: 1180px;
}
