/* importar Triplett-CG-Light.otf y gotham-book.ttf desde carpeta fonts */

@font-face {
  font-family: 'Triplett CG Light';
  src: url('fonts/Triplett-CG-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
    src: url('fonts/gotham-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}