@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Carlito&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:wght@200;600&display=swap');

* {
  /* font-family: "Carlito" !important; */
  font-family: "Nunito Sans" !important;
}

#loginHeading {
  font-size: 48px;
  font-weight: 700px;
  line-height: 57px;
}

.login-input {
  height: 2px;
}

::-webkit-scrollbar {
  width: 0.1px;
}

body::-webkit-scrollbar {
  width: 1em !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(230, 230, 230);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(142, 142, 142);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #757575;
}

* {
  font-family: "Nunito Sans" !important;

  /* font-family: "Noto Sans", sans-serif !important; */
}

.dark-Textfield {
  font-family: "Nunito Sans" !important;

  /* font-family: "Noto Sans", sans-serif !important; */
}

.funnelFontFamily {
  font-family: "Nunito Sans" !important;

  /* font-family: "Montserrat", sans-serif !important; */
}