:root {
  --brand-primary: #0d6317;
  --brand-highlight: #56865b;
  --brand-contrast: #224e25;
  --brand-accent: #224e25;
  --brand-primary-50: #edfbf9;
  --brand-primary-100: #daf6f3;
  --brand-primary-200: #bfefea;
  --brand-primary-500: #17b7a5;
  --brand-primary-600: #19c7b3;
  --brand-primary-700: #15a796;
  --brand-primary-900: #108376;
  --brand-highlight-50: #fff3f1;
  --brand-highlight-100: #ffe7e3;
  --brand-highlight-200: #ffd5cd;
  --brand-highlight-500: #eb6247;
  --brand-highlight-600: #ff6a4d;
  --brand-highlight-700: #d65941;
  --brand-highlight-900: #a84633;
  --brand-surface-page: #f4fcfb;
  --brand-surface-page-alt: #eaf3ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eaf3ff;
  --brand-surface-panel: #d9e9ff;
  --brand-surface-panel-strong: #cde2ff;
  --brand-surface-muted: #fafefd;
  --brand-surface-accent-soft: #fff0ed;
  --brand-surface-gradient-from: #f4fcfb;
  --brand-surface-gradient-via: #eaf3ff;
  --brand-surface-gradient-to: #fff5f3;
  --brand-border: #ccf3ee;
  --brand-border-strong: #b1ece5;
  --brand-text-primary: #073832;
  --brand-text-secondary: #0e6b61;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #073832;
  --brand-text-accent: #471e16;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #000000;
  --brand-text-on-contrast: #ffffff;
  --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: #ffffff;
  --brand-shell-accent-button-text: #000000;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #471e16;
  --brand-shell-shadow: #baeee8;
  --brand-shell-shadow-strong: #9ae6de;
}
