:root {
  --brand-primary: #9dbcb4;
  --brand-highlight: #f5ebe0;
  --brand-contrast: #c9a227;
  --brand-accent: #c9a227;
  --brand-primary-50: #f7faf9;
  --brand-primary-100: #eff4f3;
  --brand-primary-200: #e4ecea;
  --brand-primary-500: #90ada6;
  --brand-primary-600: #9dbcb4;
  --brand-primary-700: #849e97;
  --brand-primary-900: #687c77;
  --brand-highlight-50: #fefdfd;
  --brand-highlight-100: #fdfcfa;
  --brand-highlight-200: #fcf9f6;
  --brand-highlight-500: #e1d8ce;
  --brand-highlight-600: #f5ebe0;
  --brand-highlight-700: #cec5bc;
  --brand-highlight-900: #a29b94;
  --brand-surface-page: #ebf2f0;
  --brand-surface-page-alt: #faf6e9;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #faf6e9;
  --brand-surface-panel: #f5eed8;
  --brand-surface-panel-strong: #f2e9cb;
  --brand-surface-muted: #f3f7f6;
  --brand-surface-accent-soft: #fdfaf8;
  --brand-surface-gradient-from: #ebf2f0;
  --brand-surface-gradient-via: #faf6e9;
  --brand-surface-gradient-to: #fdfbf8;
  --brand-border: #e9f0ef;
  --brand-border-strong: #dee8e6;
  --brand-text-primary: #2c3532;
  --brand-text-secondary: #556661;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #2c3532;
  --brand-text-accent: #45423f;
  --brand-text-on-primary: #111827;
  --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: "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: #111827;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #45423f;
  --brand-shell-shadow: #e2ebe9;
  --brand-shell-shadow-strong: #d4e2de;
}
