:root {
  --brand-primary: #ff6a5a;
  --brand-highlight: #18c7a3;
  --brand-contrast: #2d7ff9;
  --brand-accent: #2d7ff9;
  --brand-primary-50: #fff3f2;
  --brand-primary-100: #ffe7e5;
  --brand-primary-200: #ffd5d1;
  --brand-primary-500: #eb6253;
  --brand-primary-600: #ff6a5a;
  --brand-primary-700: #d6594c;
  --brand-primary-900: #a8463b;
  --brand-highlight-50: #edfbf8;
  --brand-highlight-100: #daf6f0;
  --brand-highlight-200: #beefe5;
  --brand-highlight-500: #16b796;
  --brand-highlight-600: #18c7a3;
  --brand-highlight-700: #14a789;
  --brand-highlight-900: #10836c;
  --brand-surface-page: #fff8f7;
  --brand-surface-page-alt: #eaf2fe;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eaf2fe;
  --brand-surface-panel: #d9e8fe;
  --brand-surface-panel-strong: #cde0fe;
  --brand-surface-muted: #fffcfc;
  --brand-surface-accent-soft: #e8f9f6;
  --brand-surface-gradient-from: #fff8f7;
  --brand-surface-gradient-via: #eaf2fe;
  --brand-surface-gradient-to: #effbf9;
  --brand-border: #ffdedb;
  --brand-border-strong: #ffccc7;
  --brand-text-primary: #471e19;
  --brand-text-secondary: #8a3931;
  --brand-text-muted: #b34a3f;
  --brand-text-brand: #471e19;
  --brand-text-accent: #07382e;
  --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: #07382e;
  --brand-shell-shadow: #ffd2ce;
  --brand-shell-shadow-strong: #ffbdb6;
}
