:root {
  --brand-primary: #ff5a3d;
  --brand-highlight: #00c2a8;
  --brand-contrast: #1a1a1a;
  --brand-accent: #1a1a1a;
  --brand-primary-50: #fff2ef;
  --brand-primary-100: #ffe5e0;
  --brand-primary-200: #ffd1c9;
  --brand-primary-500: #eb5338;
  --brand-primary-600: #ff5a3d;
  --brand-primary-700: #d64c33;
  --brand-primary-900: #a83b28;
  --brand-highlight-50: #ebfaf8;
  --brand-highlight-100: #d6f5f1;
  --brand-highlight-200: #b8eee7;
  --brand-highlight-500: #00b29b;
  --brand-highlight-600: #00c2a8;
  --brand-highlight-700: #00a38d;
  --brand-highlight-900: #00806f;
  --brand-surface-page: #fff7f5;
  --brand-surface-page-alt: #e8e8e8;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8e8e8;
  --brand-surface-panel: #d6d6d6;
  --brand-surface-panel-strong: #c8c8c8;
  --brand-surface-muted: #fffcfb;
  --brand-surface-accent-soft: #e6f9f6;
  --brand-surface-gradient-from: #fff7f5;
  --brand-surface-gradient-via: #e8e8e8;
  --brand-surface-gradient-to: #edfbf9;
  --brand-border: #ffdbd4;
  --brand-border-strong: #ffc7bd;
  --brand-text-primary: #471911;
  --brand-text-secondary: #8a3121;
  --brand-text-muted: #8a3121;
  --brand-text-brand: #471911;
  --brand-text-accent: #00362f;
  --brand-text-on-primary: #1a1a1a;
  --brand-text-on-highlight: #1a1a1a;
  --brand-text-on-contrast: #ff5a3d;
  --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: #1a1a1a;
  --brand-shell-accent-button-text: #1a1a1a;
  --brand-shell-dock-text: #1a1a1a;
  --brand-shell-icon: #00362f;
  --brand-shell-shadow: #ffcec5;
  --brand-shell-shadow-strong: #ffb6aa;
}
