/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 358 - 柔和·樱粉波纹 */
:root {
    --bg: #f6f2f8;
    --paper: #ffffff;
    --paper-2: #faf9fb;
    --ink: #552b64;
    --muted: #9453ac;
    --faint: #b088bf;
    --line: #e8dfec;
    --brand: #c163e3;
    --brand-2: #b125e4;
    --accent: #8a2e6a;
    --accent-2: #5a1642;
    --brand-rgb: 193, 99, 227;
    --accent-rgb: 138, 46, 106;
    --ap-bg: #f6f2f8;
    --ap-panel: #ffffff;
    --ap-soft: #faf9fb;
    --ap-ink: #552b64;
    --ap-ink2: #9453ac;
    --ap-muted: #9453ac;
    --ap-faint: #b088bf;
    --ap-line: #e8dfec;
    --ap-line2: #e8dfec;
    --ap-brand: #c163e3;
    --ap-brand-d: #b125e4;
    --ap-brand-soft: rgba(193, 99, 227, 0.14);
    --ap-accent: #8a2e6a;
    --ap-accent-soft: rgba(138, 46, 106, 0.14);
}
