:root{
--duration-fast:120ms;/* @kind other */
--duration-base:180ms;/* @kind other */
--duration-slow:260ms;/* @kind other */
--ease-out:cubic-bezier(0.2,0.8,0.2,1);/* @kind other */
--ease-in-out:cubic-bezier(0.4,0,0.2,1);/* @kind other */
--motion-sheet:transform var(--duration-slow) var(--ease-out);/* @kind other */
--motion-toast:opacity var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out);/* @kind other */
--motion-press:transform var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out)
}
@media (prefers-reduced-motion:reduce){:root{
--duration-fast:1ms;/* @kind other */
--duration-base:1ms;/* @kind other */
--duration-slow:1ms;/* @kind other */
}}
