@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-RegularDEMO.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #929292;
}


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