* {
  font-family: "Inter", sans-serif;
}
.banner {
  background: url("./assets/hero-leaf1.png"), url("./assets/hero-leaf2.png");
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  height: 300px;
}

body.modal-open {
  overflow: hidden;
  pointer-events: none;
}

body.modal-open #my-modal {
  pointer-events: auto;
}
