/* Match homepage typography */
body,
input,
textarea,
button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
}

h1,
h2,
.brand-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}

label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #cfcfcf;
}

button,
.cta-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
