:root {
  --brand-primary: #2ee8a0;
  --brand-highlight: #ff5e3d;
  --brand-contrast: #00c2ff;
  --brand-accent: #00c2ff;
  --brand-primary-50: #eefdf7;
  --brand-primary-100: #defbf0;
  --brand-primary-200: #c4f9e4;
  --brand-primary-500: #2ad593;
  --brand-primary-600: #2ee8a0;
  --brand-primary-700: #27c386;
  --brand-primary-900: #1e996a;
  --brand-highlight-50: #fff2ef;
  --brand-highlight-100: #ffe5e0;
  --brand-highlight-200: #ffd2c9;
  --brand-highlight-500: #eb5638;
  --brand-highlight-600: #ff5e3d;
  --brand-highlight-700: #d64f33;
  --brand-highlight-900: #a83e28;
  --brand-surface-page: #d5faec;
  --brand-surface-page-alt: #e6f9ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e6f9ff;
  --brand-surface-panel: #d1f4ff;
  --brand-surface-panel-strong: #c2f0ff;
  --brand-surface-muted: #e6fcf4;
  --brand-surface-accent-soft: #ffefec;
  --brand-surface-gradient-from: #d5faec;
  --brand-surface-gradient-via: #e6f9ff;
  --brand-surface-gradient-to: #fff4f1;
  --brand-border: #d1faea;
  --brand-border-strong: #b8f7df;
  --brand-text-primary: #0d412d;
  --brand-text-secondary: #197d56;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #0d412d;
  --brand-text-accent: #471a11;
  --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: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Poppins;
  --brand-font-body-name: Poppins;
  --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: #471a11;
  --brand-shell-shadow: #c0f8e3;
  --brand-shell-shadow-strong: #a3f5d5;
}
