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

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