:root {
  --brand-primary: #1493ff;
  --brand-highlight: #ff5a3d;
  --brand-contrast: #00c2a8;
  --brand-accent: #00c2a8;
  --brand-primary-50: #ecf6ff;
  --brand-primary-100: #d9eeff;
  --brand-primary-200: #bde1ff;
  --brand-primary-500: #1287eb;
  --brand-primary-600: #1493ff;
  --brand-primary-700: #117bd6;
  --brand-primary-900: #0d61a8;
  --brand-highlight-50: #fff2ef;
  --brand-highlight-100: #ffe5e0;
  --brand-highlight-200: #ffd1c9;
  --brand-highlight-500: #eb5338;
  --brand-highlight-600: #ff5a3d;
  --brand-highlight-700: #d64c33;
  --brand-highlight-900: #a83b28;
  --brand-surface-page: #f3faff;
  --brand-surface-page-alt: #e6f9f6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e6f9f6;
  --brand-surface-panel: #d1f4ef;
  --brand-surface-panel-strong: #c2f0ea;
  --brand-surface-muted: #fafdff;
  --brand-surface-accent-soft: #ffefec;
  --brand-surface-gradient-from: #f3faff;
  --brand-surface-gradient-via: #e6f9f6;
  --brand-surface-gradient-to: #fff3f1;
  --brand-border: #cbe7ff;
  --brand-border-strong: #afdaff;
  --brand-text-primary: #062947;
  --brand-text-secondary: #0b4f8a;
  --brand-text-muted: #0e67b3;
  --brand-text-brand: #062947;
  --brand-text-accent: #471911;
  --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: #471911;
  --brand-shell-shadow: #b9dfff;
  --brand-shell-shadow-strong: #98cfff;
}
