@font-face {font-family: 'robotoblack'; 
src: url('../media/fonts/roboto-black.woff2') format('woff2'), 
	url('../media/fonts/roboto-black.woff') format('woff'),
	url('../media/fonts/roboto-black.ttf') format('truetype');
font-weight: bolder; font-style: normal;}
		
@font-face {font-family: 'robotobold'; 
src: url('../media/fonts/roboto-bold.woff2') format('woff2'), 
	url('../media/fonts/roboto-bold.woff') format('woff'),
	url('../media/fonts/roboto-bold.ttf') format('truetype');
font-weight: bold; font-style: normal;}

@font-face {font-family: 'robotoitalic'; 
src: url('../media/fonts/roboto-italic.woff2') format('woff2'), 
	url('../media/fonts/roboto-italic.woff') format('woff'),
	url('../media/fonts/roboto-italic.ttf') format('truetype');
font-weight: normal; font-style: italic;}

@font-face {font-family: 'robotoregular'; 
src: url('../media/fonts/roboto-regular.woff2') format('woff2'),
	url('../media/fonts/roboto-regular.woff') format('woff'),
	url('../media/fonts/roboto-regular.ttf') format('truetype');
font-weight: normal; font-style: normal;}