:root {
  --brand-primary: #00c2a8;
  --brand-highlight: #ff6b5a;
  --brand-contrast: #1e90ff;
  --brand-accent: #1e90ff;
  --brand-primary-50: #ebfaf8;
  --brand-primary-100: #d6f5f1;
  --brand-primary-200: #b8eee7;
  --brand-primary-500: #00b29b;
  --brand-primary-600: #00c2a8;
  --brand-primary-700: #00a38d;
  --brand-primary-900: #00806f;
  --brand-highlight-50: #fff3f2;
  --brand-highlight-100: #ffe7e5;
  --brand-highlight-200: #ffd6d1;
  --brand-highlight-500: #eb6253;
  --brand-highlight-600: #ff6b5a;
  --brand-highlight-700: #d65a4c;
  --brand-highlight-900: #a8473b;
  --brand-surface-page: #f2fcfb;
  --brand-surface-page-alt: #e9f4ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9f4ff;
  --brand-surface-panel: #d7ebff;
  --brand-surface-panel-strong: #c9e4ff;
  --brand-surface-muted: #fafefd;
  --brand-surface-accent-soft: #fff0ef;
  --brand-surface-gradient-from: #f2fcfb;
  --brand-surface-gradient-via: #e9f4ff;
  --brand-surface-gradient-to: #fff5f3;
  --brand-border: #c7f2ec;
  --brand-border-strong: #a8eae1;
  --brand-text-primary: #00362f;
  --brand-text-secondary: #00695b;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #00362f;
  --brand-text-accent: #471e19;
  --brand-text-on-primary: #111827;
  --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: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Space Grotesk;
  --brand-font-body-name: Space Grotesk;
  --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: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #471e19;
  --brand-shell-shadow: #b3ede5;
  --brand-shell-shadow-strong: #8fe4d9;
}
