:root {
  --brand-primary: #ec2dcd;
  --brand-highlight: #35ffff;
  --brand-contrast: #000000;
  --brand-accent: #000000;
  --brand-primary-50: #fdeefb;
  --brand-primary-100: #fcddf7;
  --brand-primary-200: #fac4f1;
  --brand-primary-500: #d929bd;
  --brand-primary-600: #ec2dcd;
  --brand-primary-700: #c626ac;
  --brand-primary-900: #9c1e87;
  --brand-highlight-50: #efffff;
  --brand-highlight-100: #dfffff;
  --brand-highlight-200: #c6ffff;
  --brand-highlight-500: #31ebeb;
  --brand-highlight-600: #35ffff;
  --brand-highlight-700: #2dd6d6;
  --brand-highlight-900: #23a8a8;
  --brand-surface-page: #fef5fd;
  --brand-surface-page-alt: #e6e6e6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e6e6e6;
  --brand-surface-panel: #d1d1d1;
  --brand-surface-panel-strong: #c2c2c2;
  --brand-surface-muted: #fffbfe;
  --brand-surface-accent-soft: #cfffff;
  --brand-surface-gradient-from: #fef5fd;
  --brand-surface-gradient-via: #e6e6e6;
  --brand-surface-gradient-to: #d3ffff;
  --brand-border: #fbd1f4;
  --brand-border-strong: #f9b8ee;
  --brand-text-primary: #420d39;
  --brand-text-secondary: #7f186f;
  --brand-text-muted: #a51f90;
  --brand-text-brand: #420d39;
  --brand-text-accent: #0f4747;
  --brand-text-on-primary: #000000;
  --brand-text-on-highlight: #000000;
  --brand-text-on-contrast: #ec2dcd;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Inter;
  --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: #000000;
  --brand-shell-dock-text: #000000;
  --brand-shell-icon: #0f4747;
  --brand-shell-shadow: #f9c0f0;
  --brand-shell-shadow-strong: #f7a3e9;
}
