body {
  font-family: "Raleway";
  font-weight: 500;
  color: #F0F7F7;
}

h1, h2, h3, h4, h5 h6 {
  font-weight: 600;
}

.lightContainer {
  background-color: #f4decb;
  color: #3a2317;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #a87e62;
  padding: 16px 32px 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  float: right;
}/*# sourceMappingURL=base.css.map */