:root {
  --brand-primary: #7c3aed;
  --brand-highlight: #7c3aed;
  --brand-contrast: #a78bfa;
  --brand-accent: #a78bfa;
  --brand-primary-50: #f5effe;
  --brand-primary-100: #eadffc;
  --brand-primary-200: #dac8fa;
  --brand-primary-500: #7235da;
  --brand-primary-600: #7c3aed;
  --brand-primary-700: #6831c7;
  --brand-primary-900: #52269c;
  --brand-highlight-50: #f5effe;
  --brand-highlight-100: #eadffc;
  --brand-highlight-200: #dac8fa;
  --brand-highlight-500: #7235da;
  --brand-highlight-600: #7c3aed;
  --brand-highlight-700: #6831c7;
  --brand-highlight-900: #52269c;
  --brand-surface-page: #f8f5fe;
  --brand-surface-page-alt: #f6f3ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #faf7fe;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #fcfbff;
  --brand-surface-accent-soft: #f2ebfd;
  --brand-surface-gradient-from: #f8f5fe;
  --brand-surface-gradient-via: #f6f3ff;
  --brand-surface-gradient-to: #f6f1fe;
  --brand-border: #e2d4fb;
  --brand-border-strong: #d2bcf9;
  --brand-text-primary: #231042;
  --brand-text-secondary: #431f80;
  --brand-text-muted: #5729a6;
  --brand-text-brand: #231042;
  --brand-text-accent: #231042;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Space Grotesk;
  --brand-font-body-name: Space Grotesk;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: 10px;
  --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: #ffffff;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #231042;
  --brand-shell-shadow: #d8c4fa;
  --brand-shell-shadow-strong: #c5a8f7;
}
