@font-face {
	font-family: max-font;
	font-style: normal;
	font-weight: normal;
	src: url('max-font.woff2') format('woff2'),
		url('max-font.woff') format('woff'),
		url('max-font.ttf') format('truetype'),
		url('max-font.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family: max-font;
	font-style: normal;
	font-weight: normal;
	src: url('nova.woff2') format('woff2'),
		url('nova.woff') format('woff'),
		url('nova.ttf') format('truetype'),
		url('nova.eot?#iefix') format('embedded-opentype');
}

body {
  font-family: 'max-font';
}
