:root {
  --brand-primary: #00c853;
  --brand-highlight: #00b8d4;
  --brand-contrast: #ff6d00;
  --brand-accent: #ff6d00;
  --brand-primary-50: #ebfbf1;
  --brand-primary-100: #d6f6e3;
  --brand-primary-200: #b8f0cf;
  --brand-primary-500: #00b84c;
  --brand-primary-600: #00c853;
  --brand-primary-700: #00a846;
  --brand-primary-900: #008437;
  --brand-highlight-50: #ebf9fc;
  --brand-highlight-100: #d6f4f8;
  --brand-highlight-200: #b8ebf3;
  --brand-highlight-500: #00a9c3;
  --brand-highlight-600: #00b8d4;
  --brand-highlight-700: #009bb2;
  --brand-highlight-900: #00798c;
  --brand-surface-page: #f2fcf6;
  --brand-surface-page-alt: #fff0e6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff0e6;
  --brand-surface-panel: #ffe5d1;
  --brand-surface-panel-strong: #ffdcc2;
  --brand-surface-muted: #fafefc;
  --brand-surface-accent-soft: #e6f8fb;
  --brand-surface-gradient-from: #f2fcf6;
  --brand-surface-gradient-via: #fff0e6;
  --brand-surface-gradient-to: #edfafc;
  --brand-border: #c7f3d9;
  --brand-border-strong: #a8ecc5;
  --brand-text-primary: #003817;
  --brand-text-secondary: #006c2d;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #003817;
  --brand-text-accent: #00343b;
  --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: #00343b;
  --brand-shell-shadow: #b3efcb;
  --brand-shell-shadow-strong: #8fe7b3;
}
