

@font-face {
    font-family: 'Gotham Black';
    src: local('Gotham Black'), local('Gotham-Black'),
        url('Gotham-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }
@font-face {
    font-family: 'Gotham Bold';
    src: local('Gotham Bold'), local('Gotham-Bold'),
        url('Gotham-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
@font-face {
    font-family: 'Gotham Book';
    src: local('GothamBook'), local('GothamBook'),
        url('GothamBook.ttf') format('truetype');
    font-weight: 350;
    font-style: normal;
  }
@font-face {
    font-family: 'Gotham Thin';
    src: local('Gotham Thin'), local('Gotham-Thin'),
        url('Gotham-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
  }
@font-face {
    font-family: 'Gotham Light';
    src: local('Gotham Light'), local('Gotham-Light'),
        url('Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
@font-face {
    font-family: 'Gotham Medium';
    src: local('Gotham Medium'), local('Gotham-Medium'),
        url('GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }