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

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

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

@font-face {
	font-family: 'Roboto Condensed';
	src: 
		url('roboto/RobotoCondensed-Regular.woff2') format('woff2'),
		url('roboto/RobotoCondensed-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal; 
}

@font-face {
	font-family: 'Roboto Condensed';
	src: 
		url('roboto/RobotoCondensed-Bold.woff2') format('woff2'),
		url('roboto/RobotoCondensed-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal; 
}