:root {
  /* Canonical brand kit variables */
  --brand-primary: #1b2d47;
  --brand-primary-contrast: #ffffff;
  --brand-accent: #598def;
  --brand-bg: #ffffff;
  --brand-surface: #f8f9fb;
  --brand-text: #0a0a0a;
  --brand-text-muted: #525867;
  --brand-border: #e5e7eb;
  --brand-success: #16a34a;
  --brand-warning: #d97706;
  --brand-danger: #dc2626;
  --brand-radius-sm: 0.375rem;
  --brand-radius-md: 0.5rem;
  --brand-radius-lg: 0.75rem;
  --brand-radius-full: 9999px;
  --brand-heading-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --brand-body-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* Legacy aliases for older generated sites using --color-* convention */
  --color-primary: #1b2d47;
  --color-primary-dark: #1b2d47;
  --color-secondary: #598def;
  --color-accent: #598def;
  --color-background: #ffffff;
  --color-surface: #f8f9fb;
  --color-foreground: #0a0a0a;
  --color-muted: #525867;
  --color-border: #e5e7eb;
  --color-primary-foreground: #ffffff;
  --color-secondary-foreground: #ffffff;
}
