/*
https://google-webfonts-helper.herokuapp.com
*/

@font-face {
  font-family: 'Gotham';
  font-style: light;
  font-weight: 300;
  font-display: swap;
  src: url('Gotham-Light.otf'); /* IE9 Compat Modes */
  src: local('Gotham'), local('Gotham-Light'),
       url('Gotham-Light.woff') format('woff'), /* Modern Browsers */
       url('Gotham-Light.otf') format('opentype'); /* Modern Browsers */
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Gotham-Book.otf'); /* IE9 Compat Modes */
  src: local('Gotham'), local('Gotham-Book'),
       url('Gotham-Book.woff') format('woff'), /* Modern Browsers */
       url('Gotham-Book.otf') format('opentype'); /* Modern Browsers */
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
    font-display: swap;
  src: url('Gotham-Medium.otf'); /* IE9 Compat Modes */
  src: local('Gotham'), local('Gotham-Medium'),
       url('Gotham-Medium.woff') format('woff'), /* Modern Browsers */
       url('Gotham-Medium.otf') format('opentype'); /* Modern Browsers */
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
    font-display: swap;
  src: url('Gotham-Book.otf'); /* IE9 Compat Modes */
  src: local('Gotham'), local('Gotham-Ultra'),
       url('Gotham-Ultra.woff') format('woff'), /* Modern Browsers */
       url('Gotham-Ultra.otf') format('opentype'); /* Modern Browsers */
}