/* Tidewater Credit — 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: #2e2a6e;
  --brand-primary-deep: #1c1947;
  --brand-primary-soft: #4a44b0;
  --brand-accent: #13b5c8;
  --brand-accent-bright: #33d4e4;
  --brand-accent-soft: #e6f9fb;
  --brand-bg: #ffffff;
  --brand-surface: #f3f4fb;
  --brand-ink: #14163a;
  --brand-muted: #5d6188;
  --shadow-rgb: 46, 42, 110;
  --brand-font-heading: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --brand-font-body: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}