	/*Custom Fonts Import  */
@font-face {
  font-family: 'gang';
  src: url('fonts/GangofThree.eot'); /* IE9 Compat Modes */
  src: url('fonts/GangofThree.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/GangofThree.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/GangofThree.ttf')  format('truetype'); /* Legacy iOS */
}

.site-content h1, .site-content h2, .slider-cont-hd, h1 {
	  font-family: 'gang' !important;
}