/* Univer — motion. One easing for everything; three durations. */
:root{
  --dur-fast:140ms; /* @kind other */
  --dur-base:240ms; /* @kind other */
  --dur-slow:480ms; /* @kind other */
  --ease:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --hover-lift:-2px; /* @kind other */
  --hover-scale:1.02; /* @kind other */
  --press-scale:.985; /* @kind other */
  --t-base:all var(--dur-base) var(--ease); /* @kind other */
}
@media (prefers-reduced-motion:reduce){
  :root{--dur-fast:1ms; /* @kind other */ --dur-base:1ms; /* @kind other */ --dur-slow:1ms; /* @kind other */ --hover-lift:0px; --hover-scale:1; /* @kind other */ --press-scale:1 /* @kind other */}
  *,*::before,*::after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important;scroll-behavior:auto!important}
}
