:root {
  --brand-primary: #ea580c;
  --brand-highlight: #ea580c;
  --brand-contrast: #f97316;
  --brand-accent: #f97316;
  --brand-primary-50: #fdf2ec;
  --brand-primary-100: #fce4d8;
  --brand-primary-200: #f9d0bb;
  --brand-primary-500: #d7510b;
  --brand-primary-600: #ea580c;
  --brand-primary-700: #c54a0a;
  --brand-primary-900: #9a3a08;
  --brand-highlight-50: #fdf2ec;
  --brand-highlight-100: #fce4d8;
  --brand-highlight-200: #f9d0bb;
  --brand-highlight-500: #d7510b;
  --brand-highlight-600: #ea580c;
  --brand-highlight-700: #c54a0a;
  --brand-highlight-900: #9a3a08;
  --brand-surface-page: #fef7f3;
  --brand-surface-page-alt: #fef1e8;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fef1e8;
  --brand-surface-panel: #fee6d5;
  --brand-surface-panel-strong: #feddc7;
  --brand-surface-muted: #fffcfa;
  --brand-surface-accent-soft: #fdeee7;
  --brand-surface-gradient-from: #fef7f3;
  --brand-surface-gradient-via: #fef1e8;
  --brand-surface-gradient-to: #fef3ee;
  --brand-border: #fadaca;
  --brand-border-strong: #f8c6ac;
  --brand-text-primary: #421903;
  --brand-text-secondary: #7e3006;
  --brand-text-muted: #a43e08;
  --brand-text-brand: #421903;
  --brand-text-accent: #421903;
  --brand-text-on-primary: #111827;
  --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: "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: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #421903;
  --brand-shell-shadow: #f9cdb6;
  --brand-shell-shadow-strong: #f6b694;
}
