body{
  font-size: 16px;
  font-family: "BPGnp";
  color: #333;
}

body:lang(en){
  font-family: Tahoma;
}

.upper{
  font-family: "BPG_Web_001_Caps";
  font-weight: normal;
  text-transform: uppercase;
}

.upper:lang(en){
  font-family: Tahoma;
  font-weight: bold;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6{
  font-family: "BPG_Web_001_Caps";
  font-weight: normal;
  text-transform: uppercase;
}

h1:lang(en), h2:lang(en), h3:lang(en), h4:lang(en), h5:lang(en), h6:lang(en){
  font-family: Tahoma;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 !important;
}

@font-face {
  font-family: "BPGnp";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/BPGnp.woff);
}

@font-face {
  font-family: "BPG_Web_001_Caps";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/BPG_Web_001_Caps.woff);
}
