.wordmark {
  color: #071713;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1.1px;
  line-height: 1;
}

.wordmark > span {
  color: #00aec9;
}

.brand-light .wordmark {
  color: #fff;
}

h1 em {
  background: linear-gradient(110deg, #07966d, #00a8c8, #2563eb);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.button:not(.button-secondary):not(.button-light) {
  background: linear-gradient(110deg, #078b67, #087ca3);
  border-color: transparent;
}

.progress i {
  background: linear-gradient(90deg, #07966d, #00a8c8, #2563eb);
}
