@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

input::placeholder {
  font-weight: 400;
}

/* For broader browser compatibility: */
input::-webkit-input-placeholder {
  font-weight: 400;
}

input::-moz-placeholder {
  font-weight: 400;
}

input:-moz-placeholder {
  font-weight: 400;
}

input:-ms-input-placeholder {
  font-weight: 400;
}

.selected-text {
  font-weight: 400;
}

.form-actions button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.custom-dropdown.countryCodeDropdown {
  font-family: "Roboto", sans-serif;
}
.custom-dropdown {
  font-family: "Roboto", sans-serif;
}
