.klaviyo-form * {
  font-family: "Iowan", sans-serif !important;
}

.klaviyo-form h2 { 
	color: red !important;
}

div[data-testid="form-row"] input[type="email"] {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  padding-left: 0px !important;
  font-family: "Iowan", sans-serif !important;
}

div[data-testid="form-row"] input[type="email"]::placeholder {
  font-family: "Iowan", sans-serif !important;
}

div[data-testid="form-row"]:nth-child(3) {
  margin-top: auto;
}