@keyframes shakeX{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shakeX{animation-name:shakeX}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@font-face{font-family:montserrat;src:url(/assets/Montserrat-Regular-BdMzRefO.ttf)}*{font-family:montserrat,serif}.page-bg{background-color:#120f0acc}.repeat{animation-iteration-count:infinite}.animate-rotate{animation:1s linear infinite animate-rotate}@keyframes animate-rotate{to{transform:rotate(360deg)}}.smooth-scroll{scroll-behavior:smooth}
