@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/ufonts.com_gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/ufonts.com_gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_gotham-bold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}