* {
  font-family: "Space Grotesk", sans-serif !important;
}

.my-link {
  color: #292828;
}

.my-logo {
  width: 10rem;
}

.my-nav-btn,
.my-hero-btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
}

.my-hero-img {
  width: 39rem !important;
}

.my-hero-txt {
  font-weight: 500;
}

.my-hero-btn {
  background-color: #191a23;
}