:root{
--duration-instant:90ms; /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-normal:240ms; /* @kind other */
--duration-slow:420ms; /* @kind other */
--duration-ambient:900ms; /* @kind other */
/* Warm, confident easing — a gentle overshoot on entrances, never a cartoon bounce */
--ease-standard:cubic-bezier(.2,.7,.25,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--ease-in:cubic-bezier(.6,0,.9,.3); /* @kind other */
--ease-lift:cubic-bezier(.22,1.2,.36,1); /* @kind other */
--transition-control:background-color var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-lift); /* @kind other */
--hover-lift:translateY(-1px); /* @kind other */
--press-scale:scale(.985); /* @kind other */
}
