@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../../fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
