:root {
  --brand-primary: #ff5c7a;
  --brand-highlight: #22d3c5;
  --brand-contrast: #1f1f1f;
  --brand-accent: #1f1f1f;
  --brand-primary-50: #fff2f4;
  --brand-primary-100: #ffe5ea;
  --brand-primary-200: #ffd1da;
  --brand-primary-500: #eb5570;
  --brand-primary-600: #ff5c7a;
  --brand-primary-700: #d64d66;
  --brand-primary-900: #a83d51;
  --brand-highlight-50: #edfbfa;
  --brand-highlight-100: #dcf8f6;
  --brand-highlight-200: #c1f3ef;
  --brand-highlight-500: #1fc2b5;
  --brand-highlight-600: #22d3c5;
  --brand-highlight-700: #1db1a5;
  --brand-highlight-900: #168b82;
  --brand-surface-page: #fff7f8;
  --brand-surface-page-alt: #e9e9e9;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9e9e9;
  --brand-surface-panel: #d7d7d7;
  --brand-surface-panel-strong: #c9c9c9;
  --brand-surface-muted: #fffcfc;
  --brand-surface-accent-soft: #e9fbf9;
  --brand-surface-gradient-from: #fff7f8;
  --brand-surface-gradient-via: #e9e9e9;
  --brand-surface-gradient-to: #f0fcfb;
  --brand-border: #ffdbe2;
  --brand-border-strong: #ffc8d2;
  --brand-text-primary: #471a22;
  --brand-text-secondary: #8a3242;
  --brand-text-muted: #8a3242;
  --brand-text-brand: #471a22;
  --brand-text-accent: #0a3b37;
  --brand-text-on-primary: #1f1f1f;
  --brand-text-on-highlight: #1f1f1f;
  --brand-text-on-contrast: #ff5c7a;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: DM Sans;
  --brand-font-body-name: DM Sans;
  --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: #1f1f1f;
  --brand-shell-accent-button-text: #1f1f1f;
  --brand-shell-dock-text: #1f1f1f;
  --brand-shell-icon: #0a3b37;
  --brand-shell-shadow: #ffced7;
  --brand-shell-shadow-strong: #ffb7c4;
}
