:root{
--gv-ease-out:cubic-bezier(.22,.61,.36,1); /* @kind other */
--gv-ease-soft:cubic-bezier(.4,0,.2,1); /* @kind other */
--gv-duration-fast:120ms; /* @kind other */
--gv-duration-base:200ms; /* @kind other */
--gv-duration-slow:320ms; /* @kind other */
--gv-transition-base:all var(--gv-duration-base) var(--gv-ease-out); /* @kind other */
--gv-press-scale:.985; /* @kind other */
--gv-hover-lift:-2px; /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--gv-duration-fast:0ms; /* @kind other */ --gv-duration-base:0ms; /* @kind other */ --gv-duration-slow:0ms /* @kind other */}}
