/*
 * 主题设计器覆盖层（默认值）
 * 后台「主题设计 > 发布」会重写本文件，请勿手动修改。
 * 变量契约：--c-accent --c-accent-ink --c-bg --c-surface --c-surface-2
 *           --c-text --c-text-muted --c-border --font-base --font-head
 */
:root{
    --c-accent:#ff3d8d;
    --c-accent-ink:#ffffff;
    --c-bg:#fcfcfc;
    --c-surface:#ffffff;
    --c-surface-2:#f2f2f2;
    --c-text:#121212;
    --c-text-muted:#636363;
    --c-border:#e4e4e4;
    --font-base:"PingFang SC","HarmonyOS Sans SC","Microsoft YaHei",system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans SC",sans-serif;
    --font-head:var(--font-base);
}
