:root {
  --brand-primary: #e11d48;
  --brand-highlight: #e11d48;
  --brand-contrast: #38bdf8;
  --brand-accent: #38bdf8;
  --brand-primary-50: #fdedf0;
  --brand-primary-100: #fadbe2;
  --brand-primary-200: #f7c0cc;
  --brand-primary-500: #cf1b42;
  --brand-primary-600: #e11d48;
  --brand-primary-700: #bd183c;
  --brand-primary-900: #941330;
  --brand-highlight-50: #fdedf0;
  --brand-highlight-100: #fadbe2;
  --brand-highlight-200: #f7c0cc;
  --brand-highlight-500: #cf1b42;
  --brand-highlight-600: #e11d48;
  --brand-highlight-700: #bd183c;
  --brand-highlight-900: #941330;
  --brand-surface-page: #fef4f6;
  --brand-surface-page-alt: #ebf8fe;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ebf8fe;
  --brand-surface-panel: #dbf3fe;
  --brand-surface-panel-strong: #cfeffd;
  --brand-surface-muted: #fefafb;
  --brand-surface-accent-soft: #fce8ed;
  --brand-surface-gradient-from: #fef4f6;
  --brand-surface-gradient-via: #ebf8fe;
  --brand-surface-gradient-to: #fdeff2;
  --brand-border: #f8cdd7;
  --brand-border-strong: #f5b2c1;
  --brand-text-primary: #3f0814;
  --brand-text-secondary: #7a1027;
  --brand-text-muted: #9e1432;
  --brand-text-brand: #3f0814;
  --brand-text-accent: #3f0814;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Poppins;
  --brand-font-body-name: Poppins;
  --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: #ffffff;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #3f0814;
  --brand-shell-shadow: #f6bbc8;
  --brand-shell-shadow-strong: #f29cae;
}
