:root {
  --brand-primary: #2ee6a6;
  --brand-highlight: #ff6b4a;
  --brand-contrast: #1e7bff;
  --brand-accent: #1e7bff;
  --brand-primary-50: #eefdf8;
  --brand-primary-100: #defbf1;
  --brand-primary-200: #c4f8e6;
  --brand-primary-500: #2ad499;
  --brand-primary-600: #2ee6a6;
  --brand-primary-700: #27c18b;
  --brand-primary-900: #1e986e;
  --brand-highlight-50: #fff3f1;
  --brand-highlight-100: #ffe7e2;
  --brand-highlight-200: #ffd6cc;
  --brand-highlight-500: #eb6244;
  --brand-highlight-600: #ff6b4a;
  --brand-highlight-700: #d65a3e;
  --brand-highlight-900: #a84731;
  --brand-surface-page: #d5faed;
  --brand-surface-page-alt: #e9f2ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9f2ff;
  --brand-surface-panel: #d7e7ff;
  --brand-surface-panel-strong: #c9dfff;
  --brand-surface-muted: #e6fcf4;
  --brand-surface-accent-soft: #fff0ed;
  --brand-surface-gradient-from: #d5faed;
  --brand-surface-gradient-via: #e9f2ff;
  --brand-surface-gradient-to: #fff5f2;
  --brand-border: #d1faeb;
  --brand-border-strong: #b8f7e1;
  --brand-text-primary: #0d402e;
  --brand-text-secondary: #197c5a;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #0d402e;
  --brand-text-accent: #471e15;
  --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: #471e15;
  --brand-shell-shadow: #c0f8e4;
  --brand-shell-shadow-strong: #a3f4d8;
}
