:root{
/* Every production transition uses plain `ease`. No cubic-bezier, no spring, no bounce. */
--ease:ease; /* @kind other */
--dur-fast:0.1s; /* @kind other */
--dur-quick:0.2s; /* @kind other */
--dur-base:0.25s; /* @kind other */
--dur-slow:0.3s; /* @kind other */
--dur-fade:0.4s; /* @kind other */
--dur-reveal:0.9s; /* @kind other */
--transition-hover:all 0.25s ease; /* @kind other */
--transition-opacity:opacity 0.2s; /* @kind other */
--transition-lift:transform 0.2s; /* @kind other */
--transition-reveal:opacity 0.9s ease,transform 0.9s ease; /* @kind other */
--reveal-offset:18px; /* @kind other */
--lift-hover:-1px; /* @kind other */
--blur-glass:12px; /* @kind other */
}
