/* theme_id: 172 - 炫彩·橄榄华彩 */
:root {
  --color-primary: #3767e6;
  --color-primary-dark: #1044d1;
  --color-primary-light: #abbff5;
  --color-secondary: #2b3a64;
  --color-accent: #ab2b9f;
  --color-text: #2b3a64;
  --color-text-light: #405aa0;
  --color-text-lighter: #798dc3;
  --color-border: #dde2ee;
  --color-border-light: #f8f9fb;
  --color-bg: #ffffff;
  --color-bg-alt: #f8f9fb;
  --color-bg-section: #f1f3f8;
  --brand: #3767e6;
  --brand-2: #1044d1;
  --accent: #ab2b9f;
  --accent-2: #791570;
  --bg: #f1f3f8;
  --paper: #ffffff;
  --paper-2: #f8f9fb;
  --ink: #2b3a64;
  --muted: #405aa0;
  --faint: #798dc3;
  --line: #dde2ee;
  --ap-bg: #f1f3f8;
  --ap-panel: #ffffff;
  --ap-soft: #f8f9fb;
  --ap-ink: #2b3a64;
  --ap-ink2: #405aa0;
  --ap-muted: #405aa0;
  --ap-faint: #798dc3;
  --ap-line: #dde2ee;
  --ap-line2: #f8f9fb;
  --ap-brand: #3767e6;
  --ap-brand-d: #1044d1;
  --ap-brand-soft: rgba(55, 103, 230, 0.14);
  --ap-accent: #ab2b9f;
  --ap-accent-soft: rgba(171, 43, 159, 0.14);
}
