:root {
  --brand-primary: #8b5cf6;
  --brand-highlight: #06b6d4;
  --brand-contrast: #ff6b6b;
  --brand-accent: #ff6b6b;
  --brand-primary-50: #f6f2fe;
  --brand-primary-100: #ece5fe;
  --brand-primary-200: #dfd1fc;
  --brand-primary-500: #8055e2;
  --brand-primary-600: #8b5cf6;
  --brand-primary-700: #754dcf;
  --brand-primary-900: #5c3da2;
  --brand-highlight-50: #ebf9fc;
  --brand-highlight-100: #d7f3f8;
  --brand-highlight-200: #b9ebf3;
  --brand-highlight-500: #06a7c3;
  --brand-highlight-600: #06b6d4;
  --brand-highlight-700: #0599b2;
  --brand-highlight-900: #04788c;
  --brand-surface-page: #f9f7ff;
  --brand-surface-page-alt: #fff0f0;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff0f0;
  --brand-surface-panel: #ffe4e4;
  --brand-surface-panel-strong: #ffdbdb;
  --brand-surface-muted: #fdfcff;
  --brand-surface-accent-soft: #e6f8fb;
  --brand-surface-gradient-from: #f9f7ff;
  --brand-surface-gradient-via: #fff0f0;
  --brand-surface-gradient-to: #eefafc;
  --brand-border: #e5dbfd;
  --brand-border-strong: #d8c8fc;
  --brand-text-primary: #271a45;
  --brand-text-secondary: #4b3285;
  --brand-text-muted: #6140ac;
  --brand-text-brand: #271a45;
  --brand-text-accent: #02333b;
  --brand-text-on-primary: #000000;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Nunito Sans;
  --brand-font-body-name: Nunito 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: #000000;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #000000;
  --brand-shell-icon: #02333b;
  --brand-shell-shadow: #dccefc;
  --brand-shell-shadow-strong: #ccb7fb;
}
