body { 
	font-family: 'Roboto', Tahoma, Arial;
}

@font-face {
	font-family: 'Roboto';
	src: url('roboto-latin-400-normal.woff2') format('woff2'), url('roboto-latin-400-normal.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('roboto-latin-500-medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('roboto-latin-700-normal.woff2') format('woff2'), url('roboto-latin-700-normal.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}