body:not(.react-loaded){visibility:hidden}body.react-loaded{visibility:visible;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*{font-family:var(--font-barlow);letter-spacing:.3px}body,html{padding:0;margin:0;background-color:var(--ligher-grey);font-weight:400;min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}h1,h2{font-weight:400;margin-top:0;margin-bottom:0}*{box-sizing:border-box}@media screen and (max-width:768px){h1{font-size:20px;line-height:32px}.desktop-only{display:none!important}}@media screen and (min-width:769px){h1{font-size:var(--xhuge);line-height:49px}.mobile-only{display:none!important}}