b, strong {    
    font-weight: bold;
}

/**
 * Fonts
 */

 @font-face {
  font-family: "HelveticaNeueBold";
  src: local("Arial");
  font-weight: bold !important;
} 

 @font-face {
  font-family: "HelveticaNeue";
  src: local("Arial");  
} 


 @font-face {
  font-family: "ArialBold";
  src: local("Arial");
  font-weight: bold !important;
} 

 @font-face {
  font-family: "Helvetica";
  src: local("Arial");
  font-weight: normal;
} 

 @font-face {
  font-family: "Art Basel Text";
  src: local("Arial");
  font-weight: bold !important;
} 

/* tabs */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	font-family: ArialBold;
}

.link-with-bar{
	font-family: Arial;
	font-weight:bold;
}

.description b, .description strong, .team-tabs .members article h5{
	font-family: ArialBold;
}