:root {
  --brand-primary: #2f80ff;
  --brand-highlight: #ff5c7a;
  --brand-contrast: #18d6b5;
  --brand-accent: #18d6b5;
  --brand-primary-50: #eef5ff;
  --brand-primary-100: #deebff;
  --brand-primary-200: #c5dbff;
  --brand-primary-500: #2b76eb;
  --brand-primary-600: #2f80ff;
  --brand-primary-700: #276cd6;
  --brand-primary-900: #1f54a8;
  --brand-highlight-50: #fff2f4;
  --brand-highlight-100: #ffe5ea;
  --brand-highlight-200: #ffd1da;
  --brand-highlight-500: #eb5570;
  --brand-highlight-600: #ff5c7a;
  --brand-highlight-700: #d64d66;
  --brand-highlight-900: #a83d51;
  --brand-surface-page: #f5f9ff;
  --brand-surface-page-alt: #e8fbf8;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8fbf8;
  --brand-surface-panel: #d5f8f2;
  --brand-surface-panel-strong: #c8f5ed;
  --brand-surface-muted: #fbfcff;
  --brand-surface-accent-soft: #ffeff2;
  --brand-surface-gradient-from: #f5f9ff;
  --brand-surface-gradient-via: #e8fbf8;
  --brand-surface-gradient-to: #fff4f6;
  --brand-border: #d1e3ff;
  --brand-border-strong: #b8d4ff;
  --brand-text-primary: #0d2447;
  --brand-text-secondary: #19458a;
  --brand-text-muted: #215ab3;
  --brand-text-brand: #0d2447;
  --brand-text-accent: #471a22;
  --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: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Cormorant Garamond;
  --brand-font-body-name: Cormorant Garamond;
  --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: #471a22;
  --brand-shell-shadow: #c1d9ff;
  --brand-shell-shadow-strong: #a3c7ff;
}
