html{scroll-behavior:smooth}
body.spa-loading main{opacity:.72;transition:opacity .16s ease}
main.spa-enter{animation:nerthusPageEnter .28s ease both}
@keyframes nerthusPageEnter{from{opacity:.25}to{opacity:1}}
::view-transition-old(root){animation:nerthusOld .18s ease both}
::view-transition-new(root){animation:nerthusNew .26s ease both}
@keyframes nerthusOld{to{opacity:.25}}
@keyframes nerthusNew{from{opacity:.15}to{opacity:1}}
