@font-face {
  font-family: 'Gotham-Book';
  src: url('./gotham-book-webfont.woff2') format('woff2'),
    url('./gotham-book-webfont.woff') format('woff'),
    url('./gotham-book-webfont.ttf') format('truetype'),
    url('./gotham-book-webfont.eot') format('eot');
  font-weight: 100 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('./gotham-medium-webfont.woff2') format('woff2'),
    url('./gotham-medium-webfont.woff') format('woff'),
    url('./gotham-medium-webfont.ttf') format('truetype'),
    url('./gotham-medium-webfont.eot') format('eot');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('./gotham-bold-webfont.woff2') format('woff2'),
    url('./gotham-bold-webfont.woff') format('woff'),
    url('./gotham-bold-webfont.ttf') format('truetype'),
    url('./gotham-bold-webfont.eot') format('eot');  
    font-weight: 900;
    font-display: swap;
    font-style: bold;
}

@font-face {
  font-family: 'Gotham-Black';
  src: url('./gotham-black-webfont.woff2') format('woff2'),
    url('./gotham-black-webfont.woff') format('woff'),
    url('./gotham-black-webfont.ttf') format('truetype'),
    url('./gotham-black-webfont.eot') format('eot');  
    font-weight: 900;
    font-display: swap;
    font-style: bold;
}

/* @font-face {
  font-family: 'Gotham-Thin';
  src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
    url('../fonts/gotham-thin-webfont.woff') format('woff'),
    url('../fonts/gotham-thin-webfont.ttf') format('truetype'),
    url('../fonts/gotham-thin-webfont.eot') format('eot');
  font-weight: 300;
  font-weight: 200;
  font-display: swap;
  font-style: lighter;
} */

/* @font-face {
  font-family: 'Gotham-Thin-Italic';
  src: url('../fonts/gotham-thinitalic-webfont.woff2') format('woff2'),
    url('../fonts/gotham-thinitalic-webfont.woff') format('woff'),
    url('../fonts/gotham-thinitalic-webfont.ttf') format('truetype'),
    url('../fonts/gotham-thinitalic-webfont.eot') format('eot');
  font-weight: 300;
  font-weight: 200;
  font-display: swap;
  font-style: italic;
} */
