@font-face {
    font-family: 'mega_man_10regular';
    src: url('/assets/fonts/megaman10regular-mja5.woff2') format('woff2'),
         url('/assets/fonts/megaman10regular-mja5.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: mega_man_10regular;
	background-color: black;
	color: white;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #10CEFD;
}