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

}

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

}

@font-face {
    font-family: 'gotham_lightregular';
    src: url('webfonts/gotham-light-webfont.woff2') format('woff2'),
         url('webfonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}