:root {
  --brand-primary: #00c9a7;
  --brand-highlight: #ff6b6b;
  --brand-contrast: #1a1f36;
  --brand-accent: #1a1f36;
  --brand-primary-50: #e6fff8;
  --brand-primary-100: #b3ffe9;
  --brand-primary-200: #66ffd4;
  --brand-primary-500: #00c9a7;
  --brand-primary-600: #00a88c;
  --brand-primary-700: #008770;
  --brand-primary-900: #004d40;
  --brand-highlight-50: #fff0f0;
  --brand-highlight-100: #ffd4d4;
  --brand-highlight-200: #ffaaaa;
  --brand-highlight-500: #ff6b6b;
  --brand-highlight-600: #e05555;
  --brand-highlight-700: #c04040;
  --brand-highlight-900: #7a1e1e;
  --brand-surface-page: #fafcfb;
  --brand-surface-page-alt: #f2f7f5;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f0fbf8;
  --brand-surface-panel: #f5f9f7;
  --brand-surface-panel-strong: #e8f4f0;
  --brand-surface-muted: #e0ebe7;
  --brand-surface-accent-soft: #e6fff8;
  --brand-surface-gradient-from: #00c9a7;
  --brand-surface-gradient-via: #00e5bf;
  --brand-surface-gradient-to: #ff6b6b;
  --brand-border: #d1ddd8;
  --brand-border-strong: #a3bfb4;
  --brand-text-primary: #1a1f36;
  --brand-text-secondary: #4a5568;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #00382f;
  --brand-text-accent: #471e1e;
  --brand-text-on-primary: #1a1f36;
  --brand-text-on-highlight: #1a1f36;
  --brand-text-on-contrast: #ffffff;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Plus Jakarta Sans;
  --brand-font-body-name: Plus Jakarta 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: #1a1f36;
  --brand-shell-accent-button-text: #1a1f36;
  --brand-shell-dock-text: #1a1f36;
  --brand-shell-icon: #471e1e;
  --brand-shell-shadow: #b3efe5;
  --brand-shell-shadow-strong: #8fe7d8;
}
