:root {
  --brand-primary: #590eb4;
  --brand-highlight: #f5a623;
  --brand-contrast: #00d4aa;
  --brand-accent: #00d4aa;
  --brand-primary-50: #f2ecf9;
  --brand-primary-100: #e4d8f3;
  --brand-primary-200: #d1bcea;
  --brand-primary-500: #520da6;
  --brand-primary-600: #590eb4;
  --brand-primary-700: #4b0c97;
  --brand-primary-900: #3b0977;
  --brand-highlight-50: #fef8ed;
  --brand-highlight-100: #fdf1dc;
  --brand-highlight-200: #fce6c1;
  --brand-highlight-500: #e19920;
  --brand-highlight-600: #f5a623;
  --brand-highlight-700: #ce8b1d;
  --brand-highlight-900: #a26e17;
  --brand-surface-page: #f7f3fb;
  --brand-surface-page-alt: #e6fbf7;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e6fbf7;
  --brand-surface-panel: #d1f7f0;
  --brand-surface-panel-strong: #c2f5eb;
  --brand-surface-muted: #fcfafe;
  --brand-surface-accent-soft: #fdeaca;
  --brand-surface-gradient-from: #f7f3fb;
  --brand-surface-gradient-via: #e6fbf7;
  --brand-surface-gradient-to: #fdebcf;
  --brand-border: #dacaef;
  --brand-border-strong: #c7ade6;
  --brand-text-primary: #190432;
  --brand-text-secondary: #300861;
  --brand-text-muted: #3e0a7e;
  --brand-text-brand: #190432;
  --brand-text-accent: #452e0a;
  --brand-text-on-primary: #00d4aa;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #590eb4;
  --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: 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: #00d4aa;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #00d4aa;
  --brand-shell-icon: #452e0a;
  --brand-shell-shadow: #cdb7e9;
  --brand-shell-shadow-strong: #b695de;
}
