:root{
/* Motion is quiet: fades, short slides, slow image scale. No bounce, no spring,
   no attention-seeking entrances. */
--ease-standard:cubic-bezier(.22,.61,.36,1); /* @kind other */
--ease-out-soft:cubic-bezier(.16,.84,.44,1); /* @kind other */
--ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
--duration-instant:90ms; /* @kind other */
/* hover/press feedback */
--duration-fast:160ms; /* @kind other */
/* underlines, opacity, small slides */
--duration-base:260ms; /* @kind other */
/* section reveals */
--duration-slow:520ms; /* @kind other */
/* image scale on hover and reveal */
--duration-image:900ms; /* @kind other */
--reveal-distance:16px; /* @kind spacing */
--image-hover-scale:1.03; /* @kind other */
}
