html, body {
  min-height: 100dvh;
}

body {
  background-color: #e3e3e3;
  font-family: "solano-gothic-pro-mvb", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #514540;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #514540;
}

.bg-grey {
  background-color: #e3e3e3;
}/*# sourceMappingURL=app.css.map */