:root{
--ease-marca:cubic-bezier(.22,.61,.36,1); /* @kind other */
--ease-entrada:cubic-bezier(.16,.84,.44,1); /* @kind other */
--motion-fast:120ms; /* @kind other */
--motion-base:220ms; /* @kind other */
--motion-slow:420ms; /* @kind other */
--motion-carousel:600ms; /* @kind other */
--transition-base:all var(--motion-base) var(--ease-marca); /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
--motion-fast:0ms; /* @kind other */
--motion-base:0ms; /* @kind other */
--motion-slow:0ms; /* @kind other */
--motion-carousel:0ms; /* @kind other */
}}
