:root{
/* The Figma file is static: these three values are an intentional addition so the
   candy press behaviour the hard shadows imply is consistent in code.
   See readme.md > Intentional additions. */
/* slight overshoot bounce */
--ease-candy:cubic-bezier(.34,1.56,.64,1); /* @kind other */
--dur-press:90ms; /* @kind other */
--dur-enter:220ms; /* @kind other */
}
