@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}

body {
  background: #fff url("../img/BG.svg") no-repeat fixed center;
  background-size: cover;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #00204a;
  border-radius: 0px;
}

input:disabled {
  cursor: not-allowed !important;
  background-color: gray !important;
  background: gray !important;
}/*# sourceMappingURL=index.css.map */