
@font-face {
   font-family: 'Gotham';
   src: url('fonts/gothamthin-webfont.woff2') format('woff2'),
         url('fonts/gothamthin-webfont.woff') format('woff');
   font-display: block;
   font-weight: 100;
   font-style: normal;
   font-display: fallback;
}
@font-face {
   font-family: 'Gotham';
   src: url('fonts/gothamxlight-webfont.woff2') format('woff2'),
         url('fonts/gothamxlight-webfont.woff') format('woff');
   font-display: block;
   font-weight: 200;
   font-style: normal;
   font-display: fallback;
}
@font-face {
   font-family: 'Gotham';
   src: url('fonts/gothamlight-webfont.woff2') format('woff2'),
         url('fonts/gothamlight-webfont.woff') format('woff');
   font-display: block;
   font-weight: 300;
   font-style: normal;
   font-display: fallback;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothambook-webfont.woff2') format('woff2'),
          url('fonts/gothambook-webfont.woff') format('woff');
    font-display: block;
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothammedium-webfont.woff2') format('woff2'),
          url('fonts/gothammedium-webfont.woff') format('woff');
    font-display: block;
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}


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


