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

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

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

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