@font-face {
    font-family: 'Gotham';
    font-weight: normal;
    font-display:swap;
    src: url('../fonts/gotham-book.eot');
    src: url('../fonts/gotham-book.eot') format('embedded-opentype'),
         url('../fonts/gotham-book.woff2') format('woff2'),
         url('../fonts/gotham-book.woff') format('woff'),
         url('../fonts/gotham-book.ttf') format('truetype'),
         url('../fonts/gotham-book.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display:swap;
}

@font-face {
  font-family: 'Gotham';
  font-weight: 600;
  font-display:swap;
  src: url('../fonts/gotham-medium.eot');
  src: url('../fonts/gotham-medium.eot') format('embedded-opentype'),
     url('../fonts/gotham-medium.woff2') format('woff2'),
     url('../fonts/gotham-medium.woff') format('woff'),
     url('../fonts/gotham-medium.ttf') format('truetype'),
     url('../fonts/gotham-medium.svg#GothamMedium') format('svg');
}

@font-face {
    font-family: 'Gotham';
    font-weight: 700;
    font-display:swap;
    src: url('../fonts/gotham-bold.eot');
    src: url('../fonts/gotham-bold.eot') format('embedded-opentype'),
         url('../fonts/gotham-bold.woff2') format('woff2'),
         url('../fonts/gotham-bold.woff') format('woff'),
         url('../fonts/gotham-bold.ttf') format('truetype'),
         url('../fonts/gotham-bold.svg#GothamBold') format('svg');
}

@font-face {
    font-family: 'Gotham';
    font-weight: 900;
    font-display:swap;
    src: url('../fonts/gotham-black.eot');
    src: url('../fonts/gotham-black.eot') format('embedded-opentype'),
         url('../fonts/gotham-black.woff2') format('woff2'),
         url('../fonts/gotham-black.woff') format('woff'),
         url('../fonts/gotham-black.ttf') format('truetype'),
         url('../fonts/gotham-black.svg#GothamBlack') format('svg');
}