/* Momentum Capital — theme tokens. Generated from site.config.json by scripts/apply-config.ps1.
   Re-theme anytime: edit tokens in site.config.json, then run:
   scripts/apply-config.ps1 -Brand <brand> -ThemeOnly */
:root {
  --brand-primary: #14182a;
  --brand-primary-deep: #0c0f1c;
  --brand-primary-soft: #2b3350;
  --brand-accent: #ff6a2b;
  --brand-accent-bright: #ff8a4d;
  --brand-accent-soft: #fff1ea;
  --brand-bg: #ffffff;
  --brand-surface: #f4f5f8;
  --brand-ink: #14182a;
  --brand-muted: #5b6172;
  --shadow-rgb: 20, 24, 42;
  --brand-font-heading: "Sora", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --brand-font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}