@charset "UTF-8";

/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

 
/* default */
 
body {
    font-family:'Montserrat', sans-serif;
    font-weight:300;
    background-color:#111;
    color:#999;
    }

h1,h2,h3,h4,h5,h6 {
    font-family:'Lato', sans-serif;
    font-weight:400;
    color:#999;
    }

a { font-weight:500; color: #999}
a:hover { color: #ccc; }

#main_logo { height: 6.975rem; }
.socialicon { height:1.625rem; }