:root{
--duration-fast:0.2s; /* @kind other */
--duration:0.3s; /* @kind other */
--duration-slow:0.4s; /* @kind other */
--ease-standard:cubic-bezier(0.25,0.46,0.45,0.94); /* @kind other */
--ease-spring:cubic-bezier(0.32,2.32,0.61,0.27); /* @kind other */
--transition-default:all var(--duration-fast) ease;
--transition-icon:all ease-out 0.2s; /* @kind other */
--transition-image:opacity 0.3s ease-in; /* @kind other */
--expander-duration:300ms; /* @kind other */
--press-scale:0.95; /* @kind other */
}
