/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 573 - 幻影·薄荷华彩 */
:root {
    --bg: #f8f6f2;
    --paper: #ffffff;
    --paper-2: #fbfbf9;
    --ink: #64552b;
    --muted: #9e8847;
    --faint: #c0b082;
    --line: #ebe7db;
    --brand: #ddae27;
    --brand-2: #b48a13;
    --accent: #aa451d;
    --accent-2: #732a0c;
    --brand-rgb: 221, 174, 39;
    --accent-rgb: 170, 69, 29;
    --ap-bg: #f8f6f2;
    --ap-panel: #ffffff;
    --ap-soft: #fbfbf9;
    --ap-ink: #64552b;
    --ap-ink2: #9e8847;
    --ap-muted: #9e8847;
    --ap-faint: #c0b082;
    --ap-line: #ebe7db;
    --ap-line2: #ebe7db;
    --ap-brand: #ddae27;
    --ap-brand-d: #b48a13;
    --ap-brand-soft: rgba(221, 174, 39, 0.14);
    --ap-accent: #aa451d;
    --ap-accent-soft: rgba(170, 69, 29, 0.14);
}
