/* html-ppt :: local/system font stacks
 * No remote @import. The deck now renders without external font requests.
 */
:root {
  --font-sans-local: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", "Source Han Sans SC", Arial, sans-serif;
  --font-serif-local: "Noto Serif CJK SC", "Source Han Serif SC", "Songti SC", SimSun, serif;
  --font-mono-local: "Cascadia Mono", "JetBrains Mono", Consolas, monospace;
}
