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

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

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

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

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

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