h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.3rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.d-text-h1 {
  font-family: var(--d-font-stacks);
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
  color: var(--d-color-neutral-90);
}

.d-text-h2 {
  font-family: var(--d-font-stacks);
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: var(--d-color-neutral-90);
}

.d-text-h3 {
  font-family: var(--d-font-stacks);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: var(--d-color-neutral-90);
}

.d-text-h4 {
  font-family: var(--d-font-stacks);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--d-color-neutral-90);
}

.d-text-h5 {
  font-family: var(--d-font-stacks);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--d-color-neutral-90);
}

.d-text-body-l {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--d-color-neutral-80);
}

.d-text-body-m {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--d-color-neutral-80);
}

.d-text-body-s {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--d-color-neutral-80);
}

.d-text-component {
  font-family: var(--d-font-stacks);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--d-color-neutral-80);
}

.d-text-label {
  font-family: var(--d-font-stacks);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--d-color-neutral-80);
}
