:root {
  --brand-primary: #c25a3a;
  --brand-highlight: #a8492f;
  --brand-contrast: #d8a24a;
  --brand-accent: #d8a24a;
  --brand-primary-50: #faf2ef;
  --brand-primary-100: #f5e5df;
  --brand-primary-200: #eed1c8;
  --brand-primary-500: #b25335;
  --brand-primary-600: #c25a3a;
  --brand-primary-700: #a34c31;
  --brand-primary-900: #803b26;
  --brand-highlight-50: #f8f0ee;
  --brand-highlight-100: #f1e2de;
  --brand-highlight-200: #e7ccc5;
  --brand-highlight-500: #9b432b;
  --brand-highlight-600: #a8492f;
  --brand-highlight-700: #8d3d27;
  --brand-highlight-900: #6f301f;
  --brand-surface-page: #fcf7f5;
  --brand-surface-page-alt: #f4e5cc;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fbf6ed;
  --brand-surface-panel: #f8eede;
  --brand-surface-panel-strong: #f6e9d4;
  --brand-surface-muted: #fefcfb;
  --brand-surface-accent-soft: #f6edea;
  --brand-surface-gradient-from: #fcf7f5;
  --brand-surface-gradient-via: #f4e5cc;
  --brand-surface-gradient-to: #f9f2f0;
  --brand-border: #f2dbd4;
  --brand-border-strong: #eac7bc;
  --brand-text-primary: #361910;
  --brand-text-secondary: #69311f;
  --brand-text-muted: #883f29;
  --brand-text-brand: #361910;
  --brand-text-accent: #2f140d;
  --brand-text-on-primary: #000000;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Fraunces", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Fraunces;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: 999px;
  --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: #000000;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #000000;
  --brand-shell-icon: #2f140d;
  --brand-shell-shadow: #edcec4;
  --brand-shell-shadow-strong: #e4b6a8;
}
