:root{
  --ts-duration-instant:120ms; /* @kind other */
  --ts-duration-fast:200ms; /* @kind other */
  --ts-duration-base:320ms; /* @kind other */
  --ts-duration-slow:520ms; /* @kind other */

  /* No bounce, no overshoot. Motion should feel like a door closing on felt. */
  --ts-ease-standard:cubic-bezier(.32,.72,0,1); /* @kind other */
  --ts-ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --ts-ease-in-out:cubic-bezier(.65,0,.35,1); /* @kind other */

  --ts-press-scale:0.985; /* @kind other */
}
