:root {
  --brand-primary: #ff6b6b;
  --brand-highlight: #00c9a7;
  --brand-contrast: #ff9f43;
  --brand-accent: #ff9f43;
  --brand-primary-50: #fff0f0;
  --brand-primary-100: #ffd6d6;
  --brand-primary-200: #ffb3b3;
  --brand-primary-500: #ff6b6b;
  --brand-primary-600: #e85555;
  --brand-primary-700: #cc4040;
  --brand-primary-900: #8a1f1f;
  --brand-highlight-50: #e6fbf6;
  --brand-highlight-100: #b3f2e3;
  --brand-highlight-200: #80e9d0;
  --brand-highlight-500: #00c9a7;
  --brand-highlight-600: #00b396;
  --brand-highlight-700: #009a80;
  --brand-highlight-900: #005c4d;
  --brand-surface-page: #fffaf7;
  --brand-surface-page-alt: #fff5ef;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff0f0;
  --brand-surface-panel: #fff8f4;
  --brand-surface-panel-strong: #ffede5;
  --brand-surface-muted: #fbf1ec;
  --brand-surface-accent-soft: #e6fbf6;
  --brand-surface-gradient-from: #ff6b6b;
  --brand-surface-gradient-via: #ff9f43;
  --brand-surface-gradient-to: #00c9a7;
  --brand-border: #f0ddd4;
  --brand-border-strong: #e0c4b8;
  --brand-text-primary: #2d2019;
  --brand-text-secondary: #6b554a;
  --brand-text-muted: #b34b4b;
  --brand-text-brand: #471e1e;
  --brand-text-accent: #00382f;
  --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", 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: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #00382f;
  --brand-shell-shadow: #ffd3d3;
  --brand-shell-shadow-strong: #ffbebe;
}
