/*body {
	font-family: 'Lexend', sans-serif;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
	margin: 4px;
}*/

@font-face {
    font-family: 'aon001';
    src: url('../fonts/AoN001Regular.woff2') format('woff2'),
         url('../fonts/AoN001Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media only screen and (min-height:0em) and (max-height:700px) {

}

@media only screen and (min-width:0em) and (max-width:700px) {

}