:root {
  --brand-primary: #27fc52;
  --brand-highlight: #00d4aa;
  --brand-contrast: #f0f4f8;
  --brand-accent: #f0f4f8;
  --brand-primary-50: #eefff1;
  --brand-primary-100: #dcffe3;
  --brand-primary-200: #c3fecf;
  --brand-primary-500: #24e84b;
  --brand-primary-600: #27fc52;
  --brand-primary-700: #21d445;
  --brand-primary-900: #1aa636;
  --brand-highlight-50: #ebfcf8;
  --brand-highlight-100: #d6f8f1;
  --brand-highlight-200: #b8f3e7;
  --brand-highlight-500: #00c39c;
  --brand-highlight-600: #00d4aa;
  --brand-highlight-700: #00b28f;
  --brand-highlight-900: #008c70;
  --brand-surface-page: #d4fedc;
  --brand-surface-page-alt: #fbfcfd;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fefefe;
  --brand-surface-panel: #fcfdfe;
  --brand-surface-panel-strong: #fbfcfd;
  --brand-surface-muted: #e5ffea;
  --brand-surface-accent-soft: #e6fbf7;
  --brand-surface-gradient-from: #d4fedc;
  --brand-surface-gradient-via: #fbfcfd;
  --brand-surface-gradient-to: #edfcf9;
  --brand-border: #cffed9;
  --brand-border-strong: #b6fec4;
  --brand-text-primary: #0b4717;
  --brand-text-secondary: #15882c;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #0b4717;
  --brand-text-accent: #003b30;
  --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: "Georgia", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Georgia", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Georgia;
  --brand-font-body-name: Georgia;
  --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: #003b30;
  --brand-shell-shadow: #befecb;
  --brand-shell-shadow-strong: #a0feb3;
}
