:root {
  --brand-primary: #1f9bff;
  --brand-highlight: #27e0b5;
  --brand-contrast: #ff6a4d;
  --brand-accent: #ff6a4d;
  --brand-primary-50: #edf7ff;
  --brand-primary-100: #dbefff;
  --brand-primary-200: #c0e3ff;
  --brand-primary-500: #1d8feb;
  --brand-primary-600: #1f9bff;
  --brand-primary-700: #1a82d6;
  --brand-primary-900: #1466a8;
  --brand-highlight-50: #eefdf9;
  --brand-highlight-100: #dcfaf3;
  --brand-highlight-200: #c3f6ea;
  --brand-highlight-500: #24cea7;
  --brand-highlight-600: #27e0b5;
  --brand-highlight-700: #21bc98;
  --brand-highlight-900: #1a9477;
  --brand-surface-page: #f4faff;
  --brand-surface-page-alt: #fff0ed;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff0ed;
  --brand-surface-panel: #ffe4df;
  --brand-surface-panel-strong: #ffdbd4;
  --brand-surface-muted: #fbfdff;
  --brand-surface-accent-soft: #e9fcf8;
  --brand-surface-gradient-from: #f4faff;
  --brand-surface-gradient-via: #fff0ed;
  --brand-surface-gradient-to: #f0fdfa;
  --brand-border: #cee9ff;
  --brand-border-strong: #b3ddff;
  --brand-text-primary: #092b47;
  --brand-text-secondary: #11548a;
  --brand-text-muted: #166db3;
  --brand-text-brand: #092b47;
  --brand-text-accent: #0b3f33;
  --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: #0b3f33;
  --brand-shell-shadow: #bce1ff;
  --brand-shell-shadow-strong: #9cd3ff;
}
