.v-h1,
.v-h2,
.v-h3,
.v-h4 {
  font-family: var(--endpass-ui-font-family-primary);
  margin: 24px 0;
}

.v-h1 {
  font-size: 56px;
  line-height: 1;
}

.v-h2 {
  font-size: 40px;
  line-height: 1;
}

.v-h3 {
  font-size: 24px;
  line-height: 1;
}

.v-h4 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--endpass-ui-color-grey-5);

  &.is-bold {
    font-weight: 700;
    color: var(--endpass-ui-color-black);
  }
}
