:root {
  --brand-primary: #8fae8b;
  --brand-highlight: #d4a5a5;
  --brand-contrast: #c9b896;
  --brand-accent: #c9b896;
  --brand-primary-50: #f6f9f6;
  --brand-primary-100: #edf2ec;
  --brand-primary-200: #e0e8df;
  --brand-primary-500: #84a080;
  --brand-primary-600: #8fae8b;
  --brand-primary-700: #789275;
  --brand-primary-900: #5e735c;
  --brand-highlight-50: #fcf8f8;
  --brand-highlight-100: #f8f1f1;
  --brand-highlight-200: #f3e6e6;
  --brand-highlight-500: #c39898;
  --brand-highlight-600: #d4a5a5;
  --brand-highlight-700: #b28b8b;
  --brand-highlight-900: #8c6d6d;
  --brand-surface-page: #f9fbf9;
  --brand-surface-page-alt: #f0ebe2;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #faf8f5;
  --brand-surface-panel: #f5f2ec;
  --brand-surface-panel-strong: #f2eee6;
  --brand-surface-muted: #fdfdfd;
  --brand-surface-accent-soft: #f5e9e9;
  --brand-surface-gradient-from: #f9fbf9;
  --brand-surface-gradient-via: #f0ebe2;
  --brand-surface-gradient-to: #f6ebeb;
  --brand-border: #e6ede5;
  --brand-border-strong: #d9e3d8;
  --brand-text-primary: #283127;
  --brand-text-secondary: #4d5e4b;
  --brand-text-muted: #647a61;
  --brand-text-brand: #283127;
  --brand-text-accent: #3b2e2e;
  --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: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Poppins;
  --brand-font-body-name: Poppins;
  --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: #3b2e2e;
  --brand-shell-shadow: #dde7dc;
  --brand-shell-shadow-strong: #cedbcc;
}
