:root {
  --brand-primary: #7d7be5;
  --brand-highlight: #e70d5a;
  --brand-contrast: #2ee6a6;
  --brand-accent: #2ee6a6;
  --brand-primary-50: #f5f4fd;
  --brand-primary-100: #eaeafb;
  --brand-primary-200: #dbdaf8;
  --brand-primary-500: #7371d3;
  --brand-primary-600: #7d7be5;
  --brand-primary-700: #6967c0;
  --brand-primary-900: #525197;
  --brand-highlight-50: #fdecf2;
  --brand-highlight-100: #fbd8e5;
  --brand-highlight-200: #f8bbd1;
  --brand-highlight-500: #d50c53;
  --brand-highlight-600: #e70d5a;
  --brand-highlight-700: #c20b4c;
  --brand-highlight-900: #98093b;
  --brand-surface-page: #f9f8fe;
  --brand-surface-page-alt: #c4f8e6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fafafe;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #fcfcfe;
  --brand-surface-accent-soft: #fde7ef;
  --brand-surface-gradient-from: #f9f8fe;
  --brand-surface-gradient-via: #c4f8e6;
  --brand-surface-gradient-to: #fdeef3;
  --brand-border: #e2e2f9;
  --brand-border-strong: #d3d2f6;
  --brand-text-primary: #232240;
  --brand-text-secondary: #44427c;
  --brand-text-muted: #5856a0;
  --brand-text-brand: #232240;
  --brand-text-accent: #410419;
  --brand-text-on-primary: #111827;
  --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: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Lato;
  --brand-font-body-name: Lato;
  --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: #111827;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #410419;
  --brand-shell-shadow: #d8d7f7;
  --brand-shell-shadow-strong: #c6c5f4;
}
