/* brandidentity.com — annuitycorp.com */
/* Auto-generated brand tokens. Do not edit by hand. */

:root {
  /* ── Colors ─────────────────────────────────────── */
  --brand-primary:    #6a4c93;
  --brand-secondary:  #ac83bd;
  --brand-accent:     #ff6f61;
  --brand-bg:         #f2e6ff;
  --brand-text:       #2c2c34;

  /* ── Legacy aliases (backwards compat) ─────────── */
  --color-primary:    #6a4c93;
  --color-secondary:  #ac83bd;
  --color-accent:     #ff6f61;
  --color-bg:         #f2e6ff;
  --color-text:       #2c2c34;

  /* ── Typography ─────────────────────────────────── */
  --brand-font-heading: 'Montserrat', system-ui, sans-serif;
  --brand-font-body:    'Open Sans', system-ui, sans-serif;
}
