:root{
--ease-out-editorial:cubic-bezier(0.16,1,0.3,1); /* @kind other */
--dur-hover:200ms; /* @kind other */
--dur-hover-slow:300ms; /* @kind other */
--dur-enter:500ms; /* @kind other */
--dur-enter-slow:700ms; /* @kind other */
--scale-photo-hover:1.04; /* @kind other */
--scale-photo-hover-max:1.06; /* @kind other */
}
@media (prefers-reduced-motion:reduce){
:root{
--dur-hover:0ms; /* @kind other */
--dur-hover-slow:0ms; /* @kind other */
--dur-enter:0ms; /* @kind other */
--dur-enter-slow:0ms; /* @kind other */
--scale-photo-hover:1; /* @kind other */
--scale-photo-hover-max:1; /* @kind other */
}
}
