
/*@font-face {
  font-family: 'GlossAndBloom';
  src: url('fonts/GlossAndBloom.eot?#iefix') format('embedded-opentype'),  url('fonts/GlossAndBloom.woff') format('woff'), url('fonts/GlossAndBloom.ttf')  format('truetype'), url('fonts/GlossAndBloom.svg#GlossAndBloom') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


@font-face {
  font-family: 'Rough_Typewriter';
  src: url('fonts/Rough_Typewriter.eot?#iefix') format('embedded-opentype'),  url('fonts/Rough_Typewriter.otf')  format('opentype'),
	     url('fonts/Rough_Typewriter.woff') format('woff'), url('fonts/Rough_Typewriter.ttf')  format('truetype'), url('fonts/Rough_Typewriter.svg#Rough_Typewriter') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Rough_Typewriter-Bold';
  src: url('fonts/Rough_Typewriter-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Rough_Typewriter-Bold.otf')  format('opentype'),
	     url('fonts/Rough_Typewriter-Bold.woff') format('woff'), url('fonts/Rough_Typewriter-Bold.ttf')  format('truetype'), url('fonts/Rough_Typewriter-Bold.svg#Rough_Typewriter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Rough_Typewriter-BoldItalic';
  src: url('fonts/Rough_Typewriter-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/Rough_Typewriter-BoldItalic.otf')  format('opentype'),
	     url('fonts/Rough_Typewriter-BoldItalic.woff') format('woff'), url('fonts/Rough_Typewriter-BoldItalic.ttf')  format('truetype'), url('fonts/Rough_Typewriter-BoldItalic.svg#Rough_Typewriter-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}



@font-face {
  font-family: 'Rough_Typewriter-Italic';
  src: url('fonts/Rough_Typewriter-Italic.eot?#iefix') format('embedded-opentype'),  url('fonts/Rough_Typewriter-Italic.otf')  format('opentype'),
	     url('fonts/Rough_Typewriter-Italic.woff') format('woff'), url('fonts/Rough_Typewriter-Italic.ttf')  format('truetype'), url('fonts/Rough_Typewriter-Italic.svg#Rough_Typewriter-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}


body h2{
	font-family: 'Rough_Typewriter';
	font-weight: bold;

}

.container h2{
	font-family: 'Rough_Typewriter';
	color: orange;
	margin: 0;
	font-weight: bold; 

}
.container p{
	color: #fff;
}

body .cinza p {
	color: #888;
}

