/**
 * 预览 / 导出共用：通过祖先节点 data-font 覆盖 --pro-font（与 md2card-pro-theme.css 变量衔接）。
 */

body.pro-export[data-font="yozai"] {
  --pro-font: "Yozai Light", "悠哉体 Light", "悠哉 Light", "DM Sans", "Noto Sans SC",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
}

body.pro-export[data-font="yahei"] {
  --pro-font: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB",
    "Noto Sans SC", "DM Sans", system-ui, sans-serif;
}

body.pro-export[data-font="noto"] {
  --pro-font: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "DM Sans", system-ui, sans-serif;
}

#deck[data-font="yozai"],
body.md2card-pro-preview[data-font="yozai"] {
  --pro-font: "Yozai Light", "悠哉体 Light", "悠哉 Light", "DM Sans", "Noto Sans SC",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
}

#deck[data-font="yahei"],
body.md2card-pro-preview[data-font="yahei"] {
  --pro-font: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB",
    "Noto Sans SC", "DM Sans", system-ui, sans-serif;
}

#deck[data-font="noto"],
body.md2card-pro-preview[data-font="noto"] {
  --pro-font: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "DM Sans", system-ui, sans-serif;
}
