:root {
  --brand-primary: #6b4fa0;
  --brand-highlight: #e8a44a;
  --brand-contrast: #1a1233;
  --brand-accent: #1a1233;
  --brand-primary-50: #f3f1f7;
  --brand-primary-100: #e7e3f0;
  --brand-primary-200: #d6cee4;
  --brand-primary-500: #624993;
  --brand-primary-600: #6b4fa0;
  --brand-primary-700: #5a4286;
  --brand-primary-900: #47346a;
  --brand-highlight-50: #fdf8f1;
  --brand-highlight-100: #fbf0e2;
  --brand-highlight-200: #f9e6cc;
  --brand-highlight-500: #d59744;
  --brand-highlight-600: #e8a44a;
  --brand-highlight-700: #c38a3e;
  --brand-highlight-900: #996c31;
  --brand-surface-page: #f8f6fa;
  --brand-surface-page-alt: #e8e7eb;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8e7eb;
  --brand-surface-panel: #d6d4da;
  --brand-surface-panel-strong: #c8c6ce;
  --brand-surface-muted: #fcfbfd;
  --brand-surface-accent-soft: #f9e9d4;
  --brand-surface-gradient-from: #f8f6fa;
  --brand-surface-gradient-via: #e8e7eb;
  --brand-surface-gradient-to: #faebd7;
  --brand-border: #ded8ea;
  --brand-border-strong: #cdc3df;
  --brand-text-primary: #1e162d;
  --brand-text-secondary: #3a2b56;
  --brand-text-muted: #4b3770;
  --brand-text-brand: #1e162d;
  --brand-text-accent: #412e15;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #1a1233;
  --brand-text-on-contrast: #e8a44a;
  --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: #1a1233;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #412e15;
  --brand-shell-shadow: #d3cae3;
  --brand-shell-shadow-strong: #beb2d5;
}
