/* Fontawesome - Brands */
@font-face {
  font-family: 'faBrands';
  font-style: normal;
  font-weight: 400;
  src: url('fa-brands-400.eot'); /* IE9 Compat Modes */
  src: local('fa-brands'),
	   url('fa-brands-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('fa-brands-400.woff2') format('woff2'), /* Super Modern Browsers */
	   url('fa-brands-400.woff') format('woff'), /* Modern Browsers */
	   url('fa-brands-400.ttf') format('truetype') /* Safari, Android, iOS */
}

