:root{
--dur-instant:90ms; /* @kind other */
--dur-fast:140ms; /* @kind other */
--dur-base:220ms; /* @kind other */
--dur-slow:420ms; /* @kind other */
--ease-out:cubic-bezier(.2,.7,.3,1); /* @kind other */
--ease-in-out:cubic-bezier(.5,0,.5,1); /* @kind other */
--ease-snap:cubic-bezier(.2,.9,.1,1); /* @kind other */ /* short, decisive; no bounce, no spring */
--press-scale:0.98; /* @kind other */
--transition-control:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),transform var(--dur-instant) var(--ease-out); /* @kind other */
}
