.vc-h1 {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.vc-h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.vc-h3 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.vc-h4 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.vc-title-1 {
  font-family: var(--font-text);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.vc-title-2 {
  font-family: var(--font-text);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.vc-title-3 {
  font-family: var(--font-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.vc-body-1 {
  font-family: var(--font-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.vc-body-2 {
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.vc-body-3 {
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.vc-body-4 {
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.vc-body-5 {
  font-family: var(--font-text);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
