@font-face {
    font-family: 'Gibson';
    src: 
        url("/fonts/gibson.otf") format("opentype"), 
        url("/fonts/gibson.woff") format("woff"), 
        url("/fonts/gibson.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



h1, h2, h3, h6, .h1, .h2, .h3, .h6 {
    font-family: 'Gibson';
    font-weight: bold;
    line-height: 120%;
    margin: 0px 0px 2px 0px;
}


h1, .h1 {
    font-size: 28px;
    line-height: 115%;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 19.5px;
}

h6, .h6 {
    font-size: 16px;
}


h3.infobox-bar {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height:33px;
}
