:root {
  --brand-primary: #d1ab66;
  --brand-highlight: #68645e;
  --brand-contrast: #1a1816;
  --brand-accent: #1a1816;
  --brand-primary-50: #fbf8f3;
  --brand-primary-100: #f8f2e7;
  --brand-primary-200: #f2e7d4;
  --brand-primary-500: #c09d5e;
  --brand-primary-600: #d1ab66;
  --brand-primary-700: #b09056;
  --brand-primary-900: #8a7143;
  --brand-highlight-50: #f3f3f2;
  --brand-highlight-100: #e7e6e5;
  --brand-highlight-200: #d5d4d2;
  --brand-highlight-500: #605c56;
  --brand-highlight-600: #68645e;
  --brand-highlight-700: #57544f;
  --brand-highlight-900: #45423e;
  --brand-surface-page: #f6eee0;
  --brand-surface-page-alt: #e8e8e8;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fdfcf9;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #f9f5ed;
  --brand-surface-accent-soft: #f0f0ef;
  --brand-surface-gradient-from: #f6eee0;
  --brand-surface-gradient-via: #e8e8e8;
  --brand-surface-gradient-to: #f4f4f4;
  --brand-border: #f5eddd;
  --brand-border-strong: #efe2cb;
  --brand-text-primary: #3b301d;
  --brand-text-secondary: #715c37;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #3b301d;
  --brand-text-accent: #1d1c1a;
  --brand-text-on-primary: #1a1816;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #d1ab66;
  --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: #1a1816;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #1a1816;
  --brand-shell-icon: #1d1c1a;
  --brand-shell-shadow: #f1e6d1;
  --brand-shell-shadow-strong: #ebdabc;
}
