/* Motion. Not specified in the guidelines; authored here. Kilowattic motion is short,
   linear-minded and never playful: fades and small translations, no bounce, no spring. */
:root{
--dur-instant:100ms; /* @kind other */
--dur-fast:150ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:300ms; /* @kind other */
--dur-reveal:450ms; /* @kind other */
--ease-standard:cubic-bezier(.2,.8,.25,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--ease-in:cubic-bezier(.4,0,1,1); /* @kind other */
--lift-hover:-1px; /* @kind other */
--press-scale:.98; /* @kind other */
}
