:root {
  --brand-primary: #0fb9b1;
  --brand-highlight: #7ed957;
  --brand-contrast: #ff6b4a;
  --brand-accent: #ff6b4a;
  --brand-primary-50: #ecf9f9;
  --brand-primary-100: #d9f4f3;
  --brand-primary-200: #bcebe9;
  --brand-primary-500: #0eaaa3;
  --brand-primary-600: #0fb9b1;
  --brand-primary-700: #0d9b95;
  --brand-primary-900: #0a7a75;
  --brand-highlight-50: #f5fcf2;
  --brand-highlight-100: #eaf9e4;
  --brand-highlight-200: #dbf4d0;
  --brand-highlight-500: #74c850;
  --brand-highlight-600: #7ed957;
  --brand-highlight-700: #6ab649;
  --brand-highlight-900: #538f39;
  --brand-surface-page: #f3fcfb;
  --brand-surface-page-alt: #fff0ed;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff0ed;
  --brand-surface-panel: #ffe4de;
  --brand-surface-panel-strong: #ffdbd4;
  --brand-surface-muted: #fafefd;
  --brand-surface-accent-soft: #e0f6d7;
  --brand-surface-gradient-from: #f3fcfb;
  --brand-surface-gradient-via: #fff0ed;
  --brand-surface-gradient-to: #e3f7da;
  --brand-border: #caf0ee;
  --brand-border-strong: #ade7e4;
  --brand-text-primary: #043432;
  --brand-text-secondary: #086460;
  --brand-text-muted: #0b827c;
  --brand-text-brand: #043432;
  --brand-text-accent: #233d18;
  --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: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Inter;
  --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: #233d18;
  --brand-shell-shadow: #b7eae8;
  --brand-shell-shadow-strong: #95e0dd;
}
