:root {
  --brand-primary: #ff6f61;
  --brand-highlight: #18c9b8;
  --brand-contrast: #2f80ed;
  --brand-accent: #2f80ed;
  --brand-primary-50: #fff3f2;
  --brand-primary-100: #ffe8e6;
  --brand-primary-200: #ffd7d3;
  --brand-primary-500: #eb6659;
  --brand-primary-600: #ff6f61;
  --brand-primary-700: #d65d51;
  --brand-primary-900: #a84940;
  --brand-highlight-50: #edfbf9;
  --brand-highlight-100: #daf6f4;
  --brand-highlight-200: #bef0eb;
  --brand-highlight-500: #16b9a9;
  --brand-highlight-600: #18c9b8;
  --brand-highlight-700: #14a99b;
  --brand-highlight-900: #108579;
  --brand-surface-page: #fff8f7;
  --brand-surface-page-alt: #eaf2fd;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff9f9;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #fffcfc;
  --brand-surface-accent-soft: #e8faf8;
  --brand-surface-gradient-from: #fff8f7;
  --brand-surface-gradient-via: #eaf2fd;
  --brand-surface-gradient-to: #effbfa;
  --brand-border: #ffdfdc;
  --brand-border-strong: #ffcec9;
  --brand-text-primary: #471f1b;
  --brand-text-secondary: #8a3c34;
  --brand-text-muted: #b34e44;
  --brand-text-brand: #471f1b;
  --brand-text-accent: #073834;
  --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: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Nunito Sans;
  --brand-font-body-name: Nunito Sans;
  --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: #073834;
  --brand-shell-shadow: #ffd4d0;
  --brand-shell-shadow-strong: #ffc0b9;
}
