:root {
  --brand-primary: #1e6bff;
  --brand-highlight: #22e58b;
  --brand-contrast: #ff5a3d;
  --brand-accent: #ff5a3d;
  --brand-primary-50: #edf3ff;
  --brand-primary-100: #dbe7ff;
  --brand-primary-200: #c0d6ff;
  --brand-primary-500: #1c62eb;
  --brand-primary-600: #1e6bff;
  --brand-primary-700: #195ad6;
  --brand-primary-900: #1447a8;
  --brand-highlight-50: #edfdf6;
  --brand-highlight-100: #dcfbec;
  --brand-highlight-200: #c1f8df;
  --brand-highlight-500: #1fd380;
  --brand-highlight-600: #22e58b;
  --brand-highlight-700: #1dc075;
  --brand-highlight-900: #16975c;
  --brand-surface-page: #f4f8ff;
  --brand-surface-page-alt: #ffefec;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f6f9ff;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #fbfcff;
  --brand-surface-accent-soft: #e9fcf3;
  --brand-surface-gradient-from: #f4f8ff;
  --brand-surface-gradient-via: #ffefec;
  --brand-surface-gradient-to: #f0fdf7;
  --brand-border: #cedeff;
  --brand-border-strong: #b3cdff;
  --brand-text-primary: #081e47;
  --brand-text-secondary: #103a8a;
  --brand-text-muted: #154bb3;
  --brand-text-brand: #081e47;
  --brand-text-accent: #0a4027;
  --brand-text-on-primary: #ffffff;
  --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: #ffffff;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #0a4027;
  --brand-shell-shadow: #bcd3ff;
  --brand-shell-shadow-strong: #9cbeff;
}
