*,:before,:after{box-sizing:border-box}html,body,#root{color:#fff;-webkit-font-smoothing:antialiased;background:#000;width:100vw;height:100vh;overflow:hidden}.slide-enter{animation:.6s forwards fadeIn}.slide-exit{animation:.4s forwards fadeOut}@keyframes fadeIn{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.progress-bar{background:#ffffff40;height:4px;animation:linear forwards progress;position:fixed;bottom:0;left:0}@keyframes progress{0%{width:0}to{width:100%}}.font-display{font-family:Bebas Neue,sans-serif}
