:root {
  --brand-primary: #8b5cf6;
  --brand-highlight: #fbbf24;
  --brand-contrast: #2d1b69;
  --brand-accent: #2d1b69;
  --brand-primary-50: #f5f3ff;
  --brand-primary-100: #ede9fe;
  --brand-primary-200: #ddd6fe;
  --brand-primary-500: #8b5cf6;
  --brand-primary-600: #7c3aed;
  --brand-primary-700: #6d28d9;
  --brand-primary-900: #4c1d95;
  --brand-highlight-50: #fffbeb;
  --brand-highlight-100: #fef3c7;
  --brand-highlight-200: #fde68a;
  --brand-highlight-500: #fbbf24;
  --brand-highlight-600: #f59e0b;
  --brand-highlight-700: #d97706;
  --brand-highlight-900: #92400e;
  --brand-surface-page: #fefbff;
  --brand-surface-page-alt: #f5f3ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f5f3ff;
  --brand-surface-panel: #faf5ff;
  --brand-surface-panel-strong: #ede9fe;
  --brand-surface-muted: #f3e8ff;
  --brand-surface-accent-soft: #fef3c7;
  --brand-surface-gradient-from: #8b5cf6;
  --brand-surface-gradient-via: #ec4899;
  --brand-surface-gradient-to: #fbbf24;
  --brand-border: #e9d5ff;
  --brand-border-strong: #c4b5fd;
  --brand-text-primary: #2d1b69;
  --brand-text-secondary: #6b21a8;
  --brand-text-muted: #9333ea;
  --brand-text-brand: #4c1d95;
  --brand-text-accent: #92400e;
  --brand-text-on-primary: #000000;
  --brand-text-on-highlight: #2d1b69;
  --brand-text-on-contrast: #ffffff;
  --brand-semantic-success: #10b981;
  --brand-semantic-warning: #f59e0b;
  --brand-semantic-danger: #ef4444;
  --brand-font-heading: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: DM Sans;
  --brand-font-body-name: DM Sans;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: 0.5rem;
  --brand-radius-lg: 0.75rem;
  --brand-radius-full: 9999px;
  --brand-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
  --brand-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --brand-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --brand-border-weight: 1px;
  --brand-shell-button-text: #000000;
  --brand-shell-accent-button-text: #2d1b69;
  --brand-shell-dock-text: #000000;
  --brand-shell-icon: #8b5cf6;
  --brand-shell-shadow: #e9d5ff;
  --brand-shell-shadow-strong: #c4b5fd;
}
