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

@font-face {
  font-family: 'GothamNarrow';
  font-style: thin;
  font-weight: 100;
  font-display: swap;
  src: url('GothamNarrow-Thin.otf'); /* IE9 Compat Modes */
  src: local('GothamNarrow'), local('GothamNarrow-Thin'),
       url('GothamNarrow-Thin.otf') format('opentype'); /* Modern Browsers */
}

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

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

@font-face {
  font-family: 'GothamNarrow';
  font-style: black;
  font-weight: 900;
    font-display: swap;
  src: url('GothamNarrow-Black.otf'); /* IE9 Compat Modes */
  src: local('GothamNarrow'), local('GothamNarrow-Black'),
       url('GothamNarrow-Black.otf') format('opentype'); /* Modern Browsers */
}