/* dodaSPORTS — motion tokens
   Feel: quick, confident, slightly sporty. Hovers shift color + nudge position;
   CTA arrows slide right; media zooms gently; presses compress. */
:root{
  --dur-fast:120ms; /* @kind other */
  --dur-base:200ms; /* @kind other */
  --dur-slow:320ms; /* @kind other */
  --dur-slower:500ms; /* @kind other */

  --ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --ease-in-out:cubic-bezier(.65,.05,.36,1); /* @kind other */
  --ease-spring:cubic-bezier(.34,1.56,.64,1); /* @kind other */

  /* common recipes (reference values) */
  --hover-lift:translateY(-2px); /* @kind other */
  --press-scale:scale(.97); /* @kind other */
  --media-zoom:scale(1.04); /* @kind other */
}
