@font-face{
  font-family: BundesSansWeb;
  src: url(../fonts/BundesSansWeb-Regular.woff) format("woff"),
       url(../fonts/BundesSansWeb-Regular.ttf) format("truetype"),
       url(../fonts/BundesSansWeb-Regular.eot) format("embedded-opentype")
}
  ​
@font-face{
  font-family: BundesSansWeb;
  src: url(../fonts/BundesSansWeb-Bold.woff) format("woff"),
       url(../fonts/BundesSansWeb-Bold.ttf) format("truetype"),
       url(../fonts/BundesSansWeb-Bold.eot) format("embedded-opentype");
  font-weight: bold;
}
  ​
@font-face{
  font-family:BundesSansWeb;
  src: url(../fonts/BundesSansWeb-Italic.woff) format("woff"),
       url(../fonts/BundesSansWeb-Italic.ttf) format("truetype"),
       url(../fonts/BundesSansWeb-Italic.eot) format("embedded-opentype");
  font-style: italic;
}


h1, h2, h3, h4, h5, h6, p, span, a, li{
  font-family: 'BundesSansWeb', Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
}
