@import url("https://fonts.googleapis.com/css2?family=Georama:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter&display=swap");
.bg-fundo {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.georama {
  font-family: "Georama", sans-serif;
}

.comfortaa {
  font-family: "Comfortaa", cursive;
}

.bitter {
  font-family: "Bitter", serif;
}

/*# sourceMappingURL=style.css.map */
