/**
 * 主题: 深蓝 (Group B)
 * 适用页面: meditations.html
 * 颜色: #1e3a5f → #2c5282
 *
 * 使用方法:
 *   在HTML <head> 中 design-system.css 之后添加:
 *   <link href="assets/styles/themes/deep-blue.css" rel="stylesheet">
 */

:root {
  --brand-primary: #1e3a5f;
  --brand-secondary: #2c5282;
  --brand-gradient: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);

  --text-gradient: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);

  --progress-gradient: linear-gradient(90deg, #1e3a5f, #2c5282);
}
