:root {
  --brand-primary: #ff4d6a;
  --brand-highlight: #00e5be;
  --brand-contrast: #0095ff;
  --brand-accent: #0095ff;
  --brand-primary-50: #fff1f3;
  --brand-primary-100: #ffe3e7;
  --brand-primary-200: #ffcdd5;
  --brand-primary-500: #eb4762;
  --brand-primary-600: #ff4d6a;
  --brand-primary-700: #d64159;
  --brand-primary-900: #a83346;
  --brand-highlight-50: #ebfdfa;
  --brand-highlight-100: #d6fbf5;
  --brand-highlight-200: #b8f8ed;
  --brand-highlight-500: #00d3af;
  --brand-highlight-600: #00e5be;
  --brand-highlight-700: #00c0a0;
  --brand-highlight-900: #00977d;
  --brand-surface-page: #fff6f8;
  --brand-surface-page-alt: #e6f4ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff8f9;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #fffbfc;
  --brand-surface-accent-soft: #e6fcf9;
  --brand-surface-gradient-from: #fff6f8;
  --brand-surface-gradient-via: #e6f4ff;
  --brand-surface-gradient-to: #edfdfa;
  --brand-border: #ffd8de;
  --brand-border-strong: #ffc2cc;
  --brand-text-primary: #47161e;
  --brand-text-secondary: #8a2a39;
  --brand-text-muted: #b3364a;
  --brand-text-brand: #47161e;
  --brand-text-accent: #004035;
  --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: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Outfit;
  --brand-font-body-name: Outfit;
  --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: #004035;
  --brand-shell-shadow: #ffcad2;
  --brand-shell-shadow-strong: #ffb1bd;
}
