/* Motion. Springs, never bounces for their own sake; colour always crossfades. */
:root{
  --press-scale:0.97; /* @kind other */
  --press-scale-button:0.95; /* @kind other */
  --press-scale-row:0.985; /* @kind other */
  --press-scale-back:0.88; /* @kind other */

  --duration-color:220ms; /* @kind other */      /* selection / tone crossfades */
  --duration-fade:220ms; /* @kind other */       /* screen + tab entrances */
  --duration-progress:420ms; /* @kind other */   /* onboarding bar fill */
  --duration-ring:400ms; /* @kind other */

  --ease-standard:cubic-bezier(0.45,0,0.55,1); /* @kind other */   /* Easing.inOut(quad) */
  --ease-out:cubic-bezier(0.33,0,0.15,1); /* @kind other */        /* Easing.out(cubic) */
  /* Reanimated withSpring(damping 16, stiffness 300) approximated for CSS */
  --ease-spring:cubic-bezier(0.2,0.9,0.25,1.1); /* @kind other */

  --breath-duration:2600ms; /* @kind other */    /* alarm halo */
  --pulse-duration:2200ms; /* @kind other */     /* timeline now-dot */
}
