@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  font-family: "Inter", sans-serif;
  outline: none;
  border: none;
  text-decoration: none !important;
}

.nav-link,
.navbar-text {
  color: black;
}

.text-purple {
  color: #4c1d95;
}

.feat-img {
  width: 80px;
  height: 80px;
}

.feat-text {
  line-height: 1.75rem;
  font-size: 12px;
  font-weight: 400;
}

.bg-purple {
  background-color: #2f1983;
}

.top-img {
  background-color: rgba(30, 14, 98, 1);
}

.circle {
  width: 15px;
  height: 15px;
  background-color: #4c1d95;
  border-radius: 100%;
  margin-right: 10px;
}



.hero-content {
  padding-top: 100px;
}


.contact-inputs {
  font-size: 12px;
}


