:root {
  --gp-motion-fast: 160ms;
  --gp-motion-medium: 240ms;
  --gp-motion-slow: 320ms;
  --gp-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gp-motion-ease-emphasis: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --modal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gp-spacing-unit: 8px;
  --gp-radius-card: 24px;
  --gp-radius-pill: 999px;
  --font-sans: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* Legacy aliases referenced by animations.css and stars-section.css */
  --dur-fast: var(--gp-motion-fast);
  --dur-med: var(--gp-motion-medium);
  --dur-slow: var(--gp-motion-slow);
}

html.gp-motion-reduced {
  --gp-motion-fast: 1ms;
  --gp-motion-medium: 1ms;
  --gp-motion-slow: 1ms;
}
