:root {
  --brand-primary: #ff5a7a;
  --brand-highlight: #18d6c3;
  --brand-contrast: #1677ff;
  --brand-accent: #1677ff;
  --brand-primary-50: #fff2f4;
  --brand-primary-100: #ffe5ea;
  --brand-primary-200: #ffd1da;
  --brand-primary-500: #eb5370;
  --brand-primary-600: #ff5a7a;
  --brand-primary-700: #d64c66;
  --brand-primary-900: #a83b51;
  --brand-highlight-50: #edfcfa;
  --brand-highlight-100: #daf8f5;
  --brand-highlight-200: #bef4ee;
  --brand-highlight-500: #16c5b3;
  --brand-highlight-600: #18d6c3;
  --brand-highlight-700: #14b4a4;
  --brand-highlight-900: #108d81;
  --brand-surface-page: #fff7f8;
  --brand-surface-page-alt: #e8f1ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8f1ff;
  --brand-surface-panel: #d5e7ff;
  --brand-surface-panel-strong: #c7deff;
  --brand-surface-muted: #fffcfc;
  --brand-surface-accent-soft: #e8fbf9;
  --brand-surface-gradient-from: #fff7f8;
  --brand-surface-gradient-via: #e8f1ff;
  --brand-surface-gradient-to: #effcfb;
  --brand-border: #ffdbe2;
  --brand-border-strong: #ffc7d2;
  --brand-text-primary: #471922;
  --brand-text-secondary: #8a3142;
  --brand-text-muted: #b33f55;
  --brand-text-brand: #471922;
  --brand-text-accent: #073c37;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #000000;
  --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: #111827;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #073c37;
  --brand-shell-shadow: #ffced7;
  --brand-shell-shadow-strong: #ffb6c4;
}
