:root {
  --brand-primary: #6c3fc5;
  --brand-highlight: #00d4aa;
  --brand-contrast: #1a1230;
  --brand-accent: #1a1230;
  --brand-primary-50: #f3f0fa;
  --brand-primary-100: #e7e0f6;
  --brand-primary-200: #d6c9ef;
  --brand-primary-500: #633ab5;
  --brand-primary-600: #6c3fc5;
  --brand-primary-700: #5b35a5;
  --brand-primary-900: #472a82;
  --brand-highlight-50: #ebfcf8;
  --brand-highlight-100: #d6f8f1;
  --brand-highlight-200: #b8f3e7;
  --brand-highlight-500: #00c39c;
  --brand-highlight-600: #00d4aa;
  --brand-highlight-700: #00b28f;
  --brand-highlight-900: #008c70;
  --brand-surface-page: #f8f5fc;
  --brand-surface-page-alt: #e8e7ea;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8e7ea;
  --brand-surface-panel: #d6d4da;
  --brand-surface-panel-strong: #c8c6cd;
  --brand-surface-muted: #fcfbfe;
  --brand-surface-accent-soft: #e6fbf7;
  --brand-surface-gradient-from: #f8f5fc;
  --brand-surface-gradient-via: #e8e7ea;
  --brand-surface-gradient-to: #edfcf9;
  --brand-border: #dfd5f2;
  --brand-border-strong: #cdbeeb;
  --brand-text-primary: #1e1237;
  --brand-text-secondary: #3a226a;
  --brand-text-muted: #4c2c8a;
  --brand-text-brand: #1e1237;
  --brand-text-accent: #003b30;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #1a1230;
  --brand-text-on-contrast: #00d4aa;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --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: #ffffff;
  --brand-shell-accent-button-text: #1a1230;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #003b30;
  --brand-shell-shadow: #d3c5ee;
  --brand-shell-shadow-strong: #beabe5;
}
