body {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.c-badge {
  font-family: var(--body-font);
  font-size: 1.125rem;
  background: var(--primary-color);
}
.c-profile-tile {
  background: var(--accent-color);
}
.c-profile-tile__complete {
  color: hsl(var(--primary-h), 41%, 90%);
}
.c-profile-tile__button {
  background: #fff;
  color: var(--text-color-primary);
  font-weight: 400;
}
.c-input-box {
  font-size: 0.875rem;
}
.InputLabelLg {
  font-size: 1.375rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}
.QuestionSwatchLabelText {
  font-weight: normal;
}
.InputHelpText {
  font-size: 0.875rem;
}
.c-help-text {
  font-size: 0.875rem;
}
.c-pill {
  font-size: calc(14 / var(--body-font-number) * var(--text-ratio));
}
.c-pill--large {
  font-size: calc(14 / var(--body-font-number) * var(--text-ratio));
}
.AccountMainLocationJoined,
.AccountMainEmail {
  font-size: calc(14 / var(--body-font-number) * var(--text-ratio));
  color: var(--text-color-secondary);
}
.AccountMainLocation,
.AccountMainJoined {
  color: var(--text-color-secondary);
}
.AccountMainEmail path,
.AccountMainLocationJoined path {
  fill: #90979d;
}

.AccountIndexStatsBlank {
  font-size: calc(14 / var(--body-font-number) * var(--text-ratio));
}
.AccountIndexAwardsIconText {
  font-weight: 400;
}
.AccountIndexStatsText {
  font-size: calc(12 / var(--body-font-number) * var(--text-ratio));
}

.flow--subtitle {
  font-family: var(--body-font);
}

.AvailableForYouProductDescription {
  font-size: calc(14 / var(--body-font-number) * var(--text-ratio));
}
.AvailableForYouProductTitle {
  font-size: calc(20 / var(--body-font-number) * var(--text-ratio));
}
.AvailableForYouProductBrand {
  font-size: calc(14 / var(--body-font-number) * var(--text-ratio));
}

a {
  color: inherit;
}

@media (max-width: 400px) {
  .AccountHeaderMenu {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
  }
}

.AccountAvatarMenuImage {
  width: 2.625rem;
  display: block;
}
