@font-face{

font-family:"Lato";

src:url("/fonts/Lato-Light.woff2") format("woff2");

font-weight:300;

font-style:normal;

}



@font-face{

font-family:"Lato";

src:url("/fonts/Lato-Regular.woff2") format("woff2");

font-weight:400;

font-style:normal;

}



body{

font-family:"Lato",sans-serif;

}



.site-logo{

position:absolute;

top:8px;

left:28px;

width:40px;

height:40px;

display:flex;

align-items:center;

justify-content:center;

z-index:99999;

}


.site-logo img{

width:100%;

height:100%;

object-fit:contain;

}

.container{
    padding-bottom: 64px;
}