/* Motion is an enhancement: the page is fully visible without this script. */
@media(prefers-reduced-motion:no-preference){
 .button{transition-timing-function:cubic-bezier(.25,1,.5,1)}
 .button:active{transform:translateY(0) scale(.98)}
 .button>span[aria-hidden]{transition:transform .2s cubic-bezier(.25,1,.5,1)}
}
@media(prefers-reduced-motion:no-preference) and (hover:hover) and (pointer:fine){
 .button:hover>span[aria-hidden]{transform:translate(2px,-2px)}
}
