/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 297 - 深邃·靛青韵律 */
:root {
    --bg: #edf6f8;
    --paper: #ffffff;
    --paper-2: #f8fbfc;
    --ink: #265159;
    --muted: #40a5ba;
    --faint: #68b5c4;
    --line: #d8eaee;
    --brand: #12aaca;
    --brand-2: #067f98;
    --accent: #a5183d;
    --accent-2: #6d0923;
    --brand-rgb: 18, 170, 202;
    --accent-rgb: 165, 24, 61;
    --ap-bg: #edf6f8;
    --ap-panel: #ffffff;
    --ap-soft: #f8fbfc;
    --ap-ink: #265159;
    --ap-ink2: #40a5ba;
    --ap-muted: #40a5ba;
    --ap-faint: #68b5c4;
    --ap-line: #d8eaee;
    --ap-line2: #d8eaee;
    --ap-brand: #12aaca;
    --ap-brand-d: #067f98;
    --ap-brand-soft: rgba(18, 170, 202, 0.14);
    --ap-accent: #a5183d;
    --ap-accent-soft: rgba(165, 24, 61, 0.14);
}
