:root {
  --brand-primary: #00c2ff;
  --brand-highlight: #ff4f7b;
  --brand-contrast: #1ee6a8;
  --brand-accent: #1ee6a8;
  --brand-primary-50: #ebfaff;
  --brand-primary-100: #d6f5ff;
  --brand-primary-200: #b8eeff;
  --brand-primary-500: #00b2eb;
  --brand-primary-600: #00c2ff;
  --brand-primary-700: #00a3d6;
  --brand-primary-900: #0080a8;
  --brand-highlight-50: #fff1f4;
  --brand-highlight-100: #ffe3ea;
  --brand-highlight-200: #ffceda;
  --brand-highlight-500: #eb4971;
  --brand-highlight-600: #ff4f7b;
  --brand-highlight-700: #d64267;
  --brand-highlight-900: #a83451;
  --brand-surface-page: #f2fcff;
  --brand-surface-page-alt: #e9fdf6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9fdf6;
  --brand-surface-panel: #d7fbef;
  --brand-surface-panel-strong: #c9f9ea;
  --brand-surface-muted: #fafeff;
  --brand-surface-accent-soft: #ffedf2;
  --brand-surface-gradient-from: #f2fcff;
  --brand-surface-gradient-via: #e9fdf6;
  --brand-surface-gradient-to: #fff3f6;
  --brand-border: #c7f2ff;
  --brand-border-strong: #a8eaff;
  --brand-text-primary: #003647;
  --brand-text-secondary: #00698a;
  --brand-text-muted: #0088b3;
  --brand-text-brand: #003647;
  --brand-text-accent: #471622;
  --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: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Space Grotesk;
  --brand-font-body-name: Space Grotesk;
  --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: #471622;
  --brand-shell-shadow: #b3edff;
  --brand-shell-shadow-strong: #8fe4ff;
}
