@font-face {
    font-family: 'gotham-webfont';
    src: url("/fonts/gotham-bold.eot");
    src: url("/fonts/gotham-bold.eot") format("embedded-opentype"), url("/fonts/gotham-bold.woff") format("woff"), url("/fonts/gotham-bold.ttf") format("truetype"), url("/fonts/gotham-bold.svg#GothamBoldRegular") format("svg");
    font-weight: bold;
    font-style: normal;
}



h1, h2, h3, h6, .h1, .h2, .h3, .h6 {
    font-family: 'gotham-webfont', arial;
    font-weight: bold;
    line-height: 115%;
    letter-spacing: -0.8px;
    margin: 0px 0px 2px 0px;
}


h1, .h1 {
    font-size: 27px;
    letter-spacing: -1.1px;
}

h2, .h2 {
    font-size: 22px;
    letter-spacing: -1px;
}

h3, .h3 {
    font-size: 19px;
}

h6, .h6 {
    font-size: 17px;
}


h3.infobox-bar {
    letter-spacing: -0.3px;
}
