:root {
  --brand-primary: #0f7a38;
  --brand-highlight: #0f7a38;
  --brand-contrast: #f5f5f0;
  --brand-accent: #f5f5f0;
  --brand-primary-50: #ecf4ef;
  --brand-primary-100: #d9eadf;
  --brand-primary-200: #bcdac7;
  --brand-primary-500: #0e7034;
  --brand-primary-600: #0f7a38;
  --brand-primary-700: #0d662f;
  --brand-primary-900: #0a5125;
  --brand-highlight-50: #ecf4ef;
  --brand-highlight-100: #d9eadf;
  --brand-highlight-200: #bcdac7;
  --brand-highlight-500: #0e7034;
  --brand-highlight-600: #0f7a38;
  --brand-highlight-700: #0d662f;
  --brand-highlight-900: #0a5125;
  --brand-surface-page: #f3f8f5;
  --brand-surface-page-alt: #fcfcfb;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fefefe;
  --brand-surface-panel: #fdfdfc;
  --brand-surface-panel-strong: #fdfdfb;
  --brand-surface-muted: #fafcfb;
  --brand-surface-accent-soft: #e7f2eb;
  --brand-surface-gradient-from: #f3f8f5;
  --brand-surface-gradient-via: #fcfcfb;
  --brand-surface-gradient-to: #eef6f1;
  --brand-border: #cae2d3;
  --brand-border-strong: #add2bb;
  --brand-text-primary: #042210;
  --brand-text-secondary: #08421e;
  --brand-text-muted: #0b5527;
  --brand-text-brand: #042210;
  --brand-text-accent: #042210;
  --brand-text-on-primary: #f5f5f0;
  --brand-text-on-highlight: #f5f5f0;
  --brand-text-on-contrast: #0f7a38;
  --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: #f5f5f0;
  --brand-shell-accent-button-text: #f5f5f0;
  --brand-shell-dock-text: #f5f5f0;
  --brand-shell-icon: #042210;
  --brand-shell-shadow: #b7d7c3;
  --brand-shell-shadow-strong: #95c4a7;
}
