:root {
  --brand-primary: #1a2e1f;
  --brand-highlight: #c9a227;
  --brand-contrast: #f5f0e6;
  --brand-accent: #f5f0e6;
  --brand-primary-50: #edeeed;
  --brand-primary-100: #dadedb;
  --brand-primary-200: #bfc4c0;
  --brand-primary-500: #182a1d;
  --brand-primary-600: #1a2e1f;
  --brand-primary-700: #16271a;
  --brand-primary-900: #111e14;
  --brand-highlight-50: #fbf8ee;
  --brand-highlight-100: #f6f0dc;
  --brand-highlight-200: #f0e5c3;
  --brand-highlight-500: #b99524;
  --brand-highlight-600: #c9a227;
  --brand-highlight-700: #a98821;
  --brand-highlight-900: #856b1a;
  --brand-surface-page: #f4f5f4;
  --brand-surface-page-alt: #fcfbf8;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fefefd;
  --brand-surface-panel: #fdfcfb;
  --brand-surface-panel-strong: #fdfbf9;
  --brand-surface-muted: #fafbfb;
  --brand-surface-accent-soft: #faf6e9;
  --brand-surface-gradient-from: #f4f5f4;
  --brand-surface-gradient-via: #fcfbf8;
  --brand-surface-gradient-to: #fbf8f0;
  --brand-border: #cdd1ce;
  --brand-border-strong: #b1b8b3;
  --brand-text-primary: #0b130d;
  --brand-text-secondary: #101c13;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #0b130d;
  --brand-text-accent: #382d0b;
  --brand-text-on-primary: #ffffff;
  --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: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Playfair Display;
  --brand-font-body-name: Playfair Display;
  --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: #111827;
  --brand-shell-dock-text: #f5f0e6;
  --brand-shell-icon: #382d0b;
  --brand-shell-shadow: #bac0bc;
  --brand-shell-shadow-strong: #9aa39c;
}
