:root{
--ease-out:cubic-bezier(0.22,1,0.36,1); /* @kind other */ /* weighty, settles */
--dur-hover:240ms; /* @kind other */
--dur-enter:600ms; /* @kind other */
--rise:14px; /* fade-up distance on section entry */
}
@keyframes dt-fade-up{from{opacity:0;transform:translateY(var(--rise))}to{opacity:1;transform:translateY(0)}}
.dt-enter{animation:dt-fade-up var(--dur-enter) var(--ease-out) both}