body {
  line-height: 1.5;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--button-font);
} */
.OnboardingQuestionText {
  font-family: var(--button-font);
  font-weight: 600;
}
.c-buckets__text {
  color: black;
}
.c-badge {
  font-family: var(--body-font);
  font-size: 1.125rem;
  background: var(--primary-color);
}
.c-profile-tile {
  background: var(--primary-color);
}
.c-profile-tile__title {
  font-family: var(--button-font);
}

.c-tabs__item {
  font-family: var(--button-font);
  font-size: 0.875em;
}
.c-profile-tile__button {
  background: white;
  color: black;
}
.c-button {
  line-height: var(--line-height);
  --line-height: 3.25em;
  border-radius: calc(var(--line-height) / 2);
}
.OnboardingHeaderStepContainer > span {
  font-family: var(--button-font) !important;
  font-weight: 600;
}

.c-back-heading__title.u-heading-font {
  font-family: var(--body-font);
}
