:root {
  --brand-primary: #f2703e;
  --brand-highlight: #5ec4b6;
  --brand-contrast: #3b2e7e;
  --brand-accent: #3b2e7e;
  --brand-primary-50: #fef4f0;
  --brand-primary-100: #fde8e0;
  --brand-primary-200: #fbd7c9;
  --brand-primary-500: #df6739;
  --brand-primary-600: #f2703e;
  --brand-primary-700: #cb5e34;
  --brand-primary-900: #a04a29;
  --brand-highlight-50: #f2faf9;
  --brand-highlight-100: #e5f6f3;
  --brand-highlight-200: #d2eeeb;
  --brand-highlight-500: #56b4a7;
  --brand-highlight-600: #5ec4b6;
  --brand-highlight-700: #4fa599;
  --brand-highlight-900: #3e8178;
  --brand-surface-page: #fef8f5;
  --brand-surface-page-alt: #ebeaf2;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ebeaf2;
  --brand-surface-panel: #dcd9e8;
  --brand-surface-panel-strong: #d0cde0;
  --brand-surface-muted: #fffcfb;
  --brand-surface-accent-soft: #eff9f8;
  --brand-surface-gradient-from: #fef8f5;
  --brand-surface-gradient-via: #ebeaf2;
  --brand-surface-gradient-to: #f4fbfa;
  --brand-border: #fce0d5;
  --brand-border-strong: #fbcebd;
  --brand-text-primary: #441f11;
  --brand-text-secondary: #833c21;
  --brand-text-muted: #a94e2b;
  --brand-text-brand: #441f11;
  --brand-text-accent: #1a3733;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #3b2e7e;
  --brand-text-on-contrast: #5ec4b6;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Nunito;
  --brand-font-body-name: Nunito;
  --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: #3b2e7e;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #1a3733;
  --brand-shell-shadow: #fbd4c5;
  --brand-shell-shadow-strong: #f9c0aa;
}
