@font-face {
  font-family: 'Gotham Condensed';
  src: url('GothamCondensed-Light.woff2') format('woff2'),
       url('GothamCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Condensed';
  src: url('GothamCondensed-Book.woff2') format('woff2'),
       url('GothamCondensed-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Condensed';
  src: url('GothamCondensed-Medium.woff2') format('woff2'),
       url('GothamCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Condensed';
  src: url('GothamCondensed-Bold.woff2') format('woff2'),
       url('GothamCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
