:root {
  --brand-primary: #0ed86f;
  --brand-highlight: #ffffff;
  --brand-contrast: #1a1a2e;
  --brand-accent: #1a1a2e;
  --brand-primary-50: #ecfcf3;
  --brand-primary-100: #d8f9e8;
  --brand-primary-200: #bcf4d7;
  --brand-primary-500: #0dc766;
  --brand-primary-600: #0ed86f;
  --brand-primary-700: #0cb55d;
  --brand-primary-900: #098f49;
  --brand-highlight-50: #ffffff;
  --brand-highlight-100: #ffffff;
  --brand-highlight-200: #ffffff;
  --brand-highlight-500: #ebebeb;
  --brand-highlight-600: #ffffff;
  --brand-highlight-700: #d6d6d6;
  --brand-highlight-900: #a8a8a8;
  --brand-surface-page: #f3fdf8;
  --brand-surface-page-alt: #e8e8ea;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8e8ea;
  --brand-surface-panel: #d6d6d9;
  --brand-surface-panel-strong: #c8c8cd;
  --brand-surface-muted: #fafefc;
  --brand-surface-accent-soft: #ffffff;
  --brand-surface-gradient-from: #f3fdf8;
  --brand-surface-gradient-via: #e8e8ea;
  --brand-surface-gradient-to: #ffffff;
  --brand-border: #caf6df;
  --brand-border-strong: #adf2ce;
  --brand-text-primary: #043c1f;
  --brand-text-secondary: #475569;
  --brand-text-muted: #475569;
  --brand-text-brand: #043c1f;
  --brand-text-accent: #474747;
  --brand-text-on-primary: #1a1a2e;
  --brand-text-on-highlight: #1a1a2e;
  --brand-text-on-contrast: #0ed86f;
  --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: #1a1a2e;
  --brand-shell-accent-button-text: #1a1a2e;
  --brand-shell-dock-text: #1a1a2e;
  --brand-shell-icon: #474747;
  --brand-shell-shadow: #b7f3d4;
  --brand-shell-shadow-strong: #95eec0;
}
