/* Color, typography, and motion variables */
:root {
  --anim-fast: 140ms;
  --anim-base: 160ms;
  --anim-hero: 700ms;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

