
/*@font-face {
	font-family: 'Tesla';
	src: url('../fonts/Tesla.otf'); 
	src: 
		local('Tesla Font'),
		url('../fonts/Tesla.otf') 
		format('opentype');
}


@font-face {
	font-family: 'Aaargh';
	src: url('../fonts/Aaargh.ttf'); 
	src: 
		local('Aaargh Font'),
		url('../fonts/Aaargh.ttf') 
		format('truetype');
}*/


@font-face {
	font-family: 'Tesla';
	src: url('../fonts/Tesla.otf') format('opentype'),
	     url('../fonts/Tesla.woff') format('woff'),
	     url('../fonts/Tesla.woff2') format('woff2');

		
}


@font-face {
	font-family: 'Aaargh';
	src: url('../fonts/Aaargh.ttf') format('truetype'); 
	
}

@font-face {
	font-family: 'PeachesAndCream';
	src: url('../fonts/PeachesCream.otf') format('opentype'); 
	
}

@font-face {
	font-family: 'Pizzicato Swash';
	src: url('../fonts/pizzs.ttf') format('truetype');
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.ttc') format('truetype');
}

@font-face {
	font-family: 'Wild Ones';
	src: url('../fonts/WildOnes.ttf') format('truetype');
}

@font-face {
	font-family: 'AOM';
	src: url('../fonts/AOM-font.ttf') format('truetype'); 
	
}



