:root{
--ease-out:cubic-bezier(.2,.7,.3,1); /* @kind other */
--ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur:180ms; /* @kind other */
--dur-slow:260ms; /* @kind other */
--transition-control:background-color var(--dur) var(--ease-out),border-color var(--dur) var(--ease-out),color var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out); /* @kind other */
--press-scale:.98; /* @kind other */
}
