:root {
  --brand-primary: #0891b2;
  --brand-highlight: #f43f5e;
  --brand-contrast: #06d6a0;
  --brand-accent: #06d6a0;
  --brand-primary-50: #ebf6f9;
  --brand-primary-100: #d7edf3;
  --brand-primary-200: #bae0e9;
  --brand-primary-500: #0785a4;
  --brand-primary-600: #0891b2;
  --brand-primary-700: #077a96;
  --brand-primary-900: #056075;
  --brand-highlight-50: #fef0f2;
  --brand-highlight-100: #fde0e5;
  --brand-highlight-200: #fcc9d2;
  --brand-highlight-500: #e03a56;
  --brand-highlight-600: #f43f5e;
  --brand-highlight-700: #cd354f;
  --brand-highlight-900: #a12a3e;
  --brand-surface-page: #f3fafb;
  --brand-surface-page-alt: #e6fbf6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e6fbf6;
  --brand-surface-panel: #d2f8ee;
  --brand-surface-panel-strong: #c3f5e8;
  --brand-surface-muted: #fafdfd;
  --brand-surface-accent-soft: #feecef;
  --brand-surface-gradient-from: #f3fafb;
  --brand-surface-gradient-via: #e6fbf6;
  --brand-surface-gradient-to: #fef2f4;
  --brand-border: #c9e7ee;
  --brand-border-strong: #abdae5;
  --brand-text-primary: #022932;
  --brand-text-secondary: #044e60;
  --brand-text-muted: #06667d;
  --brand-text-brand: #022932;
  --brand-text-accent: #44121a;
  --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: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Inter;
  --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: #44121a;
  --brand-shell-shadow: #b5dee8;
  --brand-shell-shadow-strong: #92cfdd;
}
