:root {
  --brand-primary: #e84d2e;
  --brand-highlight: #f5a623;
  --brand-contrast: #1a2e1a;
  --brand-accent: #1a2e1a;
  --brand-primary-50: #fdf1ee;
  --brand-primary-100: #fbe3de;
  --brand-primary-200: #f9cdc4;
  --brand-primary-500: #d5472a;
  --brand-primary-600: #e84d2e;
  --brand-primary-700: #c34127;
  --brand-primary-900: #99331e;
  --brand-highlight-50: #fef8ed;
  --brand-highlight-100: #fdf1dc;
  --brand-highlight-200: #fce6c1;
  --brand-highlight-500: #e19920;
  --brand-highlight-600: #f5a623;
  --brand-highlight-700: #ce8b1d;
  --brand-highlight-900: #a26e17;
  --brand-surface-page: #fef6f5;
  --brand-surface-page-alt: #e8eae8;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8eae8;
  --brand-surface-panel: #d6d9d6;
  --brand-surface-panel-strong: #c8cdc8;
  --brand-surface-muted: #fffbfb;
  --brand-surface-accent-soft: #fdeaca;
  --brand-surface-gradient-from: #fef6f5;
  --brand-surface-gradient-via: #e8eae8;
  --brand-surface-gradient-to: #fdebcf;
  --brand-border: #fad8d1;
  --brand-border-strong: #f7c2b8;
  --brand-text-primary: #41160d;
  --brand-text-secondary: #7d2a19;
  --brand-text-muted: #a23620;
  --brand-text-brand: #41160d;
  --brand-text-accent: #452e0a;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #1a2e1a;
  --brand-text-on-contrast: #f5a623;
  --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: #111827;
  --brand-shell-accent-button-text: #1a2e1a;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #452e0a;
  --brand-shell-shadow: #f8cac0;
  --brand-shell-shadow-strong: #f5b1a3;
}
