
@font-face {
	font-family: 'DIN';
	src: local('DIN'), local('DIN'), 
	url('/fonts/Diavlo_BOLD_II_37.otf') format('postscript'),
	url('/fonts/Diavlo_BLACK_II_37.otf') format('postscript'),
	url('/fonts/Diavlo_LIGHT_II_37.otf') format('postscript'),
	url('/fonts/Diavlo_BOOK_II_37.otf') format('postscript'),
	url('/fonts/Diavlo_MEDIUM_II_37.otf') format('postscript');
}

@font-face {
	font-family: 'DIN Black';
	src: local('DINBla'), local('DINBla'), 	
	url('/fonts/DINBla') format('postscript');
}

@font-face {
	font-family: 'Diavlo Light';
	src: local('Diavlo_LIGHT_II_37'), local('Diavlo_LIGHT_II_37'), 	
	url('/fonts/Diavlo_LIGHT_II_37.otf') format('opentype');
}

@font-face {
	font-family: 'Diavlo Book';
	src: local('Diavlo_BOOK_II_37'), local('Diavlo_BOOK_II_37'), 
	url('/fonts/Diavlo_BOOK_II_37.otf') format('opentype');	
}

@font-face {
	font-family: 'Diavlo Medium';
	src: local('Diavlo_MEDIUM_II_37'), local('Diavlo_MEDIUM_II_37'), 
	url('/fonts/Diavlo_MEDIUM_II_37.otf') format('opentype');	
}

@font-face {
	font-family: 'Diavlo Bold';
	src: local('Diavlo_BOLD_II_37.otf'), local('Diavlo_BOLD_II_37.otf'), 
	url('/fonts/Diavlo_BOLD_II_37.otf') format('opentype');	
}

@font-face {
	font-family: 'Diavlo Black';
	src: local('Diavlo_BLACK_II_37'), local('Diavlo_BLACK_II_37'), 	
	url('/fonts/Diavlo_BLACK_II_37.otf') format('opentype');
}