:root {
  --brand-primary: #00a6ff;
  --brand-highlight: #ff4f6d;
  --brand-contrast: #19d99a;
  --brand-accent: #19d99a;
  --brand-primary-50: #ebf8ff;
  --brand-primary-100: #d6f1ff;
  --brand-primary-200: #b8e6ff;
  --brand-primary-500: #0099eb;
  --brand-primary-600: #00a6ff;
  --brand-primary-700: #008bd6;
  --brand-primary-900: #006ea8;
  --brand-highlight-50: #fff1f3;
  --brand-highlight-100: #ffe3e8;
  --brand-highlight-200: #ffced6;
  --brand-highlight-500: #eb4964;
  --brand-highlight-600: #ff4f6d;
  --brand-highlight-700: #d6425c;
  --brand-highlight-900: #a83448;
  --brand-surface-page: #f2fbff;
  --brand-surface-page-alt: #e8fbf5;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8fbf5;
  --brand-surface-panel: #d6f8ed;
  --brand-surface-panel-strong: #c8f6e7;
  --brand-surface-muted: #fafdff;
  --brand-surface-accent-soft: #ffedf0;
  --brand-surface-gradient-from: #f2fbff;
  --brand-surface-gradient-via: #e8fbf5;
  --brand-surface-gradient-to: #fff3f5;
  --brand-border: #c7ebff;
  --brand-border-strong: #a8e1ff;
  --brand-text-primary: #002e47;
  --brand-text-secondary: #005a8a;
  --brand-text-muted: #0074b3;
  --brand-text-brand: #002e47;
  --brand-text-accent: #47161f;
  --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: #47161f;
  --brand-shell-shadow: #b3e4ff;
  --brand-shell-shadow-strong: #8fd8ff;
}
