@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(gotham/gotham-thin.woff2) format('woff2'),
         url(gotham/gotham-thin.woff) format('woff'),
         url(gotham/gotham-thin.ttf) format('truetype');
}
@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(gotham/gotham-book.woff2) format('woff2'),
         url(gotham/gotham-book.woff) format('woff');
}
@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(gotham/gotham-medium.woff2) format('woff2'),
         url(gotham/gotham-medium.woff) format('woff'),
         url(gotham/gotham-medium.ttf) format('truetype');
}
@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(gotham/gotham-bold.woff2) format('woff2'),
         url(gotham/gotham-bold.woff) format('woff'),
         url(gotham/gotham-bold.ttf) format('truetype');
}
