@font-face {
	font-family: 'Aaux Pro';
	font-weight: normal;
	src: url('AauxProRegular.otf') format('opentype'),
		 url('AauxProRegular.ttf') format('truetype');
}

@font-face {
	font-family: 'Aaux Pro';
	font-weight: bold;
	src: url('AauxProBlack.otf') format('opentype'),
		 url('AauxProBlack.ttf') format('truetype');
}

@font-face {
	font-family: 'Aaux Pro';
	font-weight: 500;
	src: url('AauxProBold.otf') format('opentype');
}
