@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}.rise{animation:.6s cubic-bezier(.22,1,.36,1) both rise}.fade{animation:.5s ease-out both fade}@media (prefers-reduced-motion:reduce){.rise,.fade{animation:none}*{scroll-behavior:auto!important}}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%}
