:root{
--ease-standard:cubic-bezier(.2,0,0,1);/* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1);/* @kind other */
--ease-in:cubic-bezier(.7,0,.84,0);/* @kind other */
--duration-instant:80ms;/* @kind other */
--duration-fast:140ms;/* @kind other */
--duration-base:220ms;/* @kind other */
--duration-slow:420ms;/* @kind other */
--duration-slower:700ms;/* @kind other */
--motion-hover:color var(--duration-fast) var(--ease-standard),background-color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard),box-shadow var(--duration-base) var(--ease-standard),transform var(--duration-base) var(--ease-out);
}
@media (prefers-reduced-motion:reduce){:root{
--duration-instant:0ms;/* @kind other */
--duration-fast:0ms;/* @kind other */
--duration-base:0ms;/* @kind other */
--duration-slow:0ms;/* @kind other */
--duration-slower:0ms;/* @kind other */
}}
