body {
  background: #f7d6ce;
  padding: 0;
  margin: 0;
  color: black;
  font-family: "freight-big-pro", serif !important;
  font-weight: 300;
  font-style: normal;
}
body::before {
  content: "";
  background-image: url(/images/face_left.svg);
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  top: 200px;
  left: 5%;
  width: 15%;
  height: 25%;
}
body::after {
  content: "";
  background-image: url(/images/face_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 240px;
  right: 5%;
  width: 15%;
  height: 15%;
}
/* TYPO */
h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-spacing: 5px;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  body::before {
    content: "";
    display: none;
  }
  body::after {
    content: "";
    display: none;
  }
}
