:root {
  --brand-primary: #ff4f8b;
  --brand-highlight: #2de2a8;
  --brand-contrast: #2d7dff;
  --brand-accent: #2d7dff;
  --brand-primary-50: #fff1f6;
  --brand-primary-100: #ffe3ec;
  --brand-primary-200: #ffcedf;
  --brand-primary-500: #eb4980;
  --brand-primary-600: #ff4f8b;
  --brand-primary-700: #d64275;
  --brand-primary-900: #a8345c;
  --brand-highlight-50: #eefdf8;
  --brand-highlight-100: #ddfaf1;
  --brand-highlight-200: #c4f7e7;
  --brand-highlight-500: #29d09b;
  --brand-highlight-600: #2de2a8;
  --brand-highlight-700: #26be8d;
  --brand-highlight-900: #1e956f;
  --brand-surface-page: #fff6f9;
  --brand-surface-page-alt: #eaf2ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eaf2ff;
  --brand-surface-panel: #d9e8ff;
  --brand-surface-panel-strong: #cde0ff;
  --brand-surface-muted: #fffbfd;
  --brand-surface-accent-soft: #eafcf6;
  --brand-surface-gradient-from: #fff6f9;
  --brand-surface-gradient-via: #eaf2ff;
  --brand-surface-gradient-to: #f0fdf9;
  --brand-border: #ffd8e5;
  --brand-border-strong: #ffc3d8;
  --brand-text-primary: #471627;
  --brand-text-secondary: #8a2b4b;
  --brand-text-muted: #b33761;
  --brand-text-brand: #471627;
  --brand-text-accent: #0d3f2f;
  --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: #0d3f2f;
  --brand-shell-shadow: #ffcadc;
  --brand-shell-shadow-strong: #ffb2cc;
}
