:root {
  --brand-primary: #ff3366;
  --brand-highlight: #00e5d4;
  --brand-contrast: #3a86ff;
  --brand-accent: #3a86ff;
  --brand-primary-50: #ffeff3;
  --brand-primary-100: #ffdee7;
  --brand-primary-200: #ffc6d4;
  --brand-primary-500: #eb2f5e;
  --brand-primary-600: #ff3366;
  --brand-primary-700: #d62b56;
  --brand-primary-900: #a82243;
  --brand-highlight-50: #ebfdfc;
  --brand-highlight-100: #d6fbf8;
  --brand-highlight-200: #b8f8f3;
  --brand-highlight-500: #00d3c3;
  --brand-highlight-600: #00e5d4;
  --brand-highlight-700: #00c0b2;
  --brand-highlight-900: #00978c;
  --brand-surface-page: #fff5f7;
  --brand-surface-page-alt: #ebf3ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ebf3ff;
  --brand-surface-panel: #dce9ff;
  --brand-surface-panel-strong: #d0e2ff;
  --brand-surface-muted: #fffbfc;
  --brand-surface-accent-soft: #e6fcfb;
  --brand-surface-gradient-from: #fff5f7;
  --brand-surface-gradient-via: #ebf3ff;
  --brand-surface-gradient-to: #edfdfc;
  --brand-border: #ffd2dd;
  --brand-border-strong: #ffbacb;
  --brand-text-primary: #470e1d;
  --brand-text-secondary: #8a1c37;
  --brand-text-muted: #b32447;
  --brand-text-brand: #470e1d;
  --brand-text-accent: #00403b;
  --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: "Logo/headliners Cormorant Garamond, App text/ UI Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Logo/headliners Cormorant Garamond, App text/ UI Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Logo/headliners Cormorant Garamond, App text/ UI Poppins;
  --brand-font-body-name: Logo/headliners Cormorant Garamond, App text/ UI Poppins;
  --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: #00403b;
  --brand-shell-shadow: #ffc2d1;
  --brand-shell-shadow-strong: #ffa5bc;
}
