@font-face {
  font-family: 'GOTHAM-LIGHT';
  src: url('../fonts/GOTHAM-LIGHT.ttf') format('truetype'); /* .ttf */
  /* o si es .otf */
  /* src: url('fonts/MiFuente.otf') format('opentype'); */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GOTHAM-ULTRA';
  src: url('../fonts/GOTHAM-ULTRA.TTF') format('truetype'); /* .ttf */
  /* o si es .otf */
  /* src: url('fonts/MiFuente.otf') format('opentype'); */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamNarrow-ultra';
  src: url('../fonts/GothamNarrow-ultra.otf') format('truetype'); /* .ttf */
  /* o si es .otf */
  /* src: url('fonts/MiFuente.otf') format('opentype'); */
  font-weight: normal;
  font-style: normal;
}

