@font-face {
    font-family: 'AstroSpace';
    src: url('../fonts/astrospace.woff2') format('woff2'),
         url('../fonts/astrospace.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans.woff2') format('woff2'),
         url('../fonts/opensans.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}