:root {
  --brand-primary: #2d5a45;
  --brand-highlight: #e8943a;
  --brand-contrast: #1a1a2e;
  --brand-accent: #1a1a2e;
  --brand-primary-50: #eef2f0;
  --brand-primary-100: #dde5e1;
  --brand-primary-200: #c4d1cb;
  --brand-primary-500: #29533f;
  --brand-primary-600: #2d5a45;
  --brand-primary-700: #264c3a;
  --brand-primary-900: #1e3b2e;
  --brand-highlight-50: #fdf6ef;
  --brand-highlight-100: #fbeedf;
  --brand-highlight-200: #f9e1c8;
  --brand-highlight-500: #d58835;
  --brand-highlight-600: #e8943a;
  --brand-highlight-700: #c37c31;
  --brand-highlight-900: #996226;
  --brand-surface-page: #f5f7f6;
  --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: #fbfcfb;
  --brand-surface-accent-soft: #fdf4eb;
  --brand-surface-gradient-from: #f5f7f6;
  --brand-surface-gradient-via: #e8e8ea;
  --brand-surface-gradient-to: #fdf8f1;
  --brand-border: #d1dbd6;
  --brand-border-strong: #b8c7c0;
  --brand-text-primary: #0d1913;
  --brand-text-secondary: #183125;
  --brand-text-muted: #1f3f30;
  --brand-text-brand: #0d1913;
  --brand-text-accent: #412910;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #1a1a2e;
  --brand-text-on-contrast: #e8943a;
  --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: #ffffff;
  --brand-shell-accent-button-text: #1a1a2e;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #412910;
  --brand-shell-shadow: #c0cec7;
  --brand-shell-shadow-strong: #a3b6ad;
}
