/* thin */
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 200;
    src: local(''),
         url('../fonts/gotham/Gotham-Thin.otf') format('opentype');
    font-display: swap;   
  }
  /* light */
  @font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/gotham/Gotham-Light.otf') format('opentype');
         font-display: swap;
  }
  /* medium */
  @font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/gotham/Gotham-Medium.otf') format('opentype');
    font-display: swap;
  }
  /* bold */
  @font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 800;
    src: local(''),
         url('../fonts/gotham/Gotham-Bold.otf') format('opentype');
    font-display: swap;
  }
  /* black */
  @font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 900;
    src: local(''),
         url('../fonts/gotham/Gotham-Black.otf') format('opentype');
    font-display: swap;    
  }