:root {
  --brand-primary: #00e676;
  --brand-highlight: #ff3d71;
  --brand-contrast: #0acdff;
  --brand-accent: #0acdff;
  --brand-primary-50: #ebfdf4;
  --brand-primary-100: #d6fbe9;
  --brand-primary-200: #b8f8d9;
  --brand-primary-500: #00d46d;
  --brand-primary-600: #00e676;
  --brand-primary-700: #00c163;
  --brand-primary-900: #00984e;
  --brand-highlight-50: #ffeff4;
  --brand-highlight-100: #ffe0e8;
  --brand-highlight-200: #ffc9d7;
  --brand-highlight-500: #eb3868;
  --brand-highlight-600: #ff3d71;
  --brand-highlight-700: #d6335f;
  --brand-highlight-900: #a8284b;
  --brand-surface-page: #f2fef8;
  --brand-surface-page-alt: #e7faff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e7faff;
  --brand-surface-panel: #d3f6ff;
  --brand-surface-panel-strong: #c4f3ff;
  --brand-surface-muted: #fafffc;
  --brand-surface-accent-soft: #ffecf1;
  --brand-surface-gradient-from: #f2fef8;
  --brand-surface-gradient-via: #e7faff;
  --brand-surface-gradient-to: #fff1f5;
  --brand-border: #c7fae1;
  --brand-border-strong: #a8f7d0;
  --brand-text-primary: #004021;
  --brand-text-secondary: #007c40;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #004021;
  --brand-text-accent: #471120;
  --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: #471120;
  --brand-shell-shadow: #b3f8d6;
  --brand-shell-shadow-strong: #8ff4c3;
}
