:root {
  --brand-primary: #1e9bff;
  --brand-highlight: #ff5a6f;
  --brand-contrast: #22e6a8;
  --brand-accent: #22e6a8;
  --brand-primary-50: #edf7ff;
  --brand-primary-100: #dbefff;
  --brand-primary-200: #c0e3ff;
  --brand-primary-500: #1c8feb;
  --brand-primary-600: #1e9bff;
  --brand-primary-700: #1982d6;
  --brand-primary-900: #1466a8;
  --brand-highlight-50: #fff2f3;
  --brand-highlight-100: #ffe5e8;
  --brand-highlight-200: #ffd1d7;
  --brand-highlight-500: #eb5366;
  --brand-highlight-600: #ff5a6f;
  --brand-highlight-700: #d64c5d;
  --brand-highlight-900: #a83b49;
  --brand-surface-page: #f4faff;
  --brand-surface-page-alt: #e9fdf6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9fdf6;
  --brand-surface-panel: #d7fbef;
  --brand-surface-panel-strong: #caf9ea;
  --brand-surface-muted: #fbfdff;
  --brand-surface-accent-soft: #ffeff1;
  --brand-surface-gradient-from: #f4faff;
  --brand-surface-gradient-via: #e9fdf6;
  --brand-surface-gradient-to: #fff3f5;
  --brand-border: #cee9ff;
  --brand-border-strong: #b3ddff;
  --brand-text-primary: #082b47;
  --brand-text-secondary: #10548a;
  --brand-text-muted: #156db3;
  --brand-text-brand: #082b47;
  --brand-text-accent: #47191f;
  --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: #47191f;
  --brand-shell-shadow: #bce1ff;
  --brand-shell-shadow-strong: #9cd3ff;
}
