/* CSS Document */
@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: local('RobotoCondensed-Regular'), url('/fonts/RobotoCondensed-Regular.eot');               /* IE9+ */  
	src: url('/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */
	  	 url('/fonts/RobotoCondensed-Regular.woff') format('woff'),                    /* Novos navegadores */
		 url('/fonts/RobotoCondensed-Regular.ttf') format('truetype'),                 /* Safari, Android, iOS */
		 url('/fonts/RobotoCondensed-Regular.svg#svgFontName') format('svg');          /* iOS antigos */
}

@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: local('RobotoCondensed-Bold'), url('/fonts/RobotoCondensed-Bold.eot');          /* IE9+ */  
	src: url('/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */
	  	 url('/fonts/RobotoCondensed-Bold.woff') format('woff'),                    /* Novos navegadores */
		 url('/fonts/RobotoCondensed-Bold.ttf') format('truetype'),                 /* Safari, Android, iOS */
		 url('/fonts/RobotoCondensed-Bold.svg#svgFontName') format('svg');          /* iOS antigos */
}