@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.modal-dialog {
  background-color: #ffffff;
  padding: 5%;
  width: 25%;
  margin-top: 10%;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 601px) {
  .modal-dialog {
    width: 90%;
    margin-top: 25%;
  }
}
.modal-dialog .btn-close {
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #0b612d;
  cursor: pointer;
  margin-top: 5%;
}/*# sourceMappingURL=global.css.map */