html{scrollbar-width:none}
html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}
html.motion-enabled{scroll-behavior:smooth}
html:not(.motion-enabled){scroll-behavior:auto}
nav a[aria-current=page]{color:#fff}
.motion-enabled .button{transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.motion-enabled .hero-art .gain-paper{animation:og-paper-enter .9s cubic-bezier(.2,.8,.3,1) both!important}
.motion-enabled .hero-art .bars i{animation:og-bar-enter .75s cubic-bezier(.22,.8,.3,1) both!important}
.motion-enabled .hero-art .orbit-one{animation:og-orbit-one 22s ease-in-out infinite!important}
.motion-enabled .hero-art .orbit-two{animation:og-orbit-two 27s ease-in-out infinite!important}
@media(hover:hover){.motion-enabled .button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0002}}
