:root {
  --brand-primary: #ff6b4a;
  --brand-highlight: #00e5c9;
  --brand-contrast: #2d7dff;
  --brand-accent: #2d7dff;
  --brand-primary-50: #fff3f1;
  --brand-primary-100: #ffe7e2;
  --brand-primary-200: #ffd6cc;
  --brand-primary-500: #eb6244;
  --brand-primary-600: #ff6b4a;
  --brand-primary-700: #d65a3e;
  --brand-primary-900: #a84731;
  --brand-highlight-50: #ebfdfb;
  --brand-highlight-100: #d6fbf6;
  --brand-highlight-200: #b8f8f0;
  --brand-highlight-500: #00d3b9;
  --brand-highlight-600: #00e5c9;
  --brand-highlight-700: #00c0a9;
  --brand-highlight-900: #009785;
  --brand-surface-page: #fff8f6;
  --brand-surface-page-alt: #eaf2ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eaf2ff;
  --brand-surface-panel: #d9e8ff;
  --brand-surface-panel-strong: #cde0ff;
  --brand-surface-muted: #fffcfb;
  --brand-surface-accent-soft: #e6fcfa;
  --brand-surface-gradient-from: #fff8f6;
  --brand-surface-gradient-via: #eaf2ff;
  --brand-surface-gradient-to: #edfdfb;
  --brand-border: #ffded7;
  --brand-border-strong: #ffcdc1;
  --brand-text-primary: #471e15;
  --brand-text-secondary: #8a3a28;
  --brand-text-muted: #b34b34;
  --brand-text-brand: #471e15;
  --brand-text-accent: #004038;
  --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: "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: rounded-lg;
  --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: #004038;
  --brand-shell-shadow: #ffd3c9;
  --brand-shell-shadow-strong: #ffbeaf;
}
