:root{
  --ease-standard:cubic-bezier(.32,.72,.24,1); /* @kind other */
  --ease-out-soft:cubic-bezier(.16,1,.3,1); /* @kind other */
  --ease-in-out:cubic-bezier(.5,0,.5,1); /* @kind other */
  --duration-instant:90ms; /* @kind other */
  --duration-fast:180ms; /* @kind other */
  --duration-base:280ms; /* @kind other */
  --duration-slow:460ms; /* @kind other */
  --duration-reveal:760ms; /* @kind other */
  --transition-control:all var(--duration-fast) var(--ease-standard); /* @kind other */
  --transition-surface:all var(--duration-base) var(--ease-out-soft); /* @kind other */
  --lift-hover:translateY(-3px); /* @kind other */
  --press-scale:scale(.985); /* @kind other */
  --image-zoom:scale(1.05); /* @kind other */
}
