/* Beacon Business 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: #6d1f2c;
  --brand-primary-deep: #471019;
  --brand-primary-soft: #8f2d3b;
  --brand-accent: #a32a3f;
  --brand-accent-bright: #c2384f;
  --brand-accent-soft: #f7e9ea;
  --brand-bg: #fbf7f0;
  --brand-surface: #f3ebdd;
  --brand-ink: #2a1418;
  --brand-muted: #7d6a66;
  --shadow-rgb: 74, 18, 28;
  --brand-font-heading: "Fraunces", ui-serif, Georgia, Cambria, "Times New Roman", serif;
  --brand-font-body: "Libre Franklin", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}