/* Petak motion. PDF p17: UI transitions 160ms ease-out, nothing >240ms. No parallax, spring, or bounce. */
:root{
--duration-fast:120ms; /* @kind other */
--duration-standard:160ms; /* @kind other */
--duration-max:240ms; /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
--duration-fast:0ms; /* @kind other */
--duration-standard:0ms; /* @kind other */
--duration-max:0ms; /* @kind other */
}}
