/* Keystone SBA Advisors — 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: #0c6e46;
  --brand-primary-deep: #064e31;
  --brand-primary-soft: #109a63;
  --brand-accent: #16c47f;
  --brand-accent-bright: #2fe08a;
  --brand-accent-soft: #e7f8f0;
  --brand-bg: #ffffff;
  --brand-surface: #f6faf8;
  --brand-ink: #0c1f17;
  --brand-muted: #5c7268;
  --shadow-rgb: 12, 110, 70;
  --brand-font-heading: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --brand-font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}