:root {
  --brand-primary: #1e5631;
  --brand-highlight: #ff6b5c;
  --brand-contrast: #2f80ed;
  --brand-accent: #2f80ed;
  --brand-primary-50: #edf1ef;
  --brand-primary-100: #dbe4de;
  --brand-primary-200: #c0d0c5;
  --brand-primary-500: #1c4f2d;
  --brand-primary-600: #1e5631;
  --brand-primary-700: #194829;
  --brand-primary-900: #143920;
  --brand-highlight-50: #fff3f2;
  --brand-highlight-100: #ffe7e5;
  --brand-highlight-200: #ffd6d1;
  --brand-highlight-500: #eb6255;
  --brand-highlight-600: #ff6b5c;
  --brand-highlight-700: #d65a4d;
  --brand-highlight-900: #a8473d;
  --brand-surface-page: #f4f7f5;
  --brand-surface-page-alt: #eaf2fd;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eaf2fd;
  --brand-surface-panel: #dae8fc;
  --brand-surface-panel-strong: #cde1fb;
  --brand-surface-muted: #fbfcfb;
  --brand-surface-accent-soft: #fff0ef;
  --brand-surface-gradient-from: #f4f7f5;
  --brand-surface-gradient-via: #eaf2fd;
  --brand-surface-gradient-to: #fff5f4;
  --brand-border: #cedad2;
  --brand-border-strong: #b3c6b9;
  --brand-text-primary: #08180e;
  --brand-text-secondary: #102e1a;
  --brand-text-muted: #153c22;
  --brand-text-brand: #08180e;
  --brand-text-accent: #471e1a;
  --brand-text-on-primary: #ffffff;
  --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: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: DM Sans;
  --brand-font-body-name: DM Sans;
  --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: #111827;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #471e1a;
  --brand-shell-shadow: #bcccc1;
  --brand-shell-shadow-strong: #9cb5a4;
}
