/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 55 - 云雾银灰 */
:root {
    --bg: #efeaf0;
    --paper: #ffffff;
    --paper-2: #f8f7f8;
    --ink: #472550;
    --muted: #865d92;
    --faint: #ae97b5;
    --line: #e0dae2;
    --brand: #892da4;
    --brand-2: #641a7a;
    --accent: #c75a48;
    --accent-2: #a23625;
    --brand-rgb: 137, 45, 164;
    --accent-rgb: 199, 90, 72;
    --ap-bg: #efeaf0;
    --ap-panel: #ffffff;
    --ap-soft: #f8f7f8;
    --ap-ink: #472550;
    --ap-ink2: #865d92;
    --ap-muted: #865d92;
    --ap-faint: #ae97b5;
    --ap-line: #e0dae2;
    --ap-line2: #e0dae2;
    --ap-brand: #892da4;
    --ap-brand-d: #641a7a;
    --ap-brand-soft: rgba(137, 45, 164, 0.14);
    --ap-accent: #c75a48;
    --ap-accent-soft: rgba(199, 90, 72, 0.14);
}
