@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Ubuntu-Light.woff') format('woff');
	src: url('../fonts/Ubuntu-Light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/Ubuntu-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Ubuntu-Medium.woff') format('woff');
	src: url('../fonts/Ubuntu-Medium.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/Ubuntu-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}