@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800);
@font-face {
 font-family: DINProReg;
 src: url("../fonts/DINPro-Regular_13937.eot") /* EOT file for IE */
}
@font-face {
 font-family: DINProReg;
 src: url("../fonts/DINPro-Regular_13937.ttf") /* TTF file for CSS3 browsers */
}
body {
  font-family: DINProReg, 'Open Sans', Arial, serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: DINProReg, 'Open Sans', Arial, serif;
  font-weight: bold;
}