:root {
  --brand-primary: #4a7c6f;
  --brand-highlight: #f2a65a;
  --brand-contrast: #2d3047;
  --brand-accent: #2d3047;
  --brand-primary-50: #f1f5f3;
  --brand-primary-100: #e2eae8;
  --brand-primary-200: #ccdad7;
  --brand-primary-500: #447266;
  --brand-primary-600: #4a7c6f;
  --brand-primary-700: #3e685d;
  --brand-primary-900: #315249;
  --brand-highlight-50: #fef8f2;
  --brand-highlight-100: #fdf1e5;
  --brand-highlight-200: #fbe6d1;
  --brand-highlight-500: #df9953;
  --brand-highlight-600: #f2a65a;
  --brand-highlight-700: #cb8b4c;
  --brand-highlight-900: #a06e3b;
  --brand-surface-page: #f6f8f8;
  --brand-surface-page-alt: #eaeaed;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eaeaed;
  --brand-surface-panel: #d9dade;
  --brand-surface-panel-strong: #cdcdd3;
  --brand-surface-muted: #fbfcfc;
  --brand-surface-accent-soft: #fcead7;
  --brand-surface-gradient-from: #f6f8f8;
  --brand-surface-gradient-via: #eaeaed;
  --brand-surface-gradient-to: #fcebdb;
  --brand-border: #d7e2df;
  --brand-border-strong: #c1d2ce;
  --brand-text-primary: #15231f;
  --brand-text-secondary: #28433c;
  --brand-text-muted: #34574e;
  --brand-text-brand: #15231f;
  --brand-text-accent: #442e19;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #2d3047;
  --brand-text-on-contrast: #f2a65a;
  --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: #2d3047;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #442e19;
  --brand-shell-shadow: #c9d8d4;
  --brand-shell-shadow-strong: #afc5c0;
}
