/* Additional styles can be added here if needed */

.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.content-width {
  max-width: 517px;
}

.body-bg {
  background-color: #f5f4fe;
  background-image: url('/assets/img/picture.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
@media only screen and (min-width: 1024px) {
  .body-bg {
    background-image: url('/assets/img/picture-lg.jpg');
    background-size: auto max(834px, 100%);
    background-repeat: no-repeat;
    background-position: top right;
  }
}

