.text-display-m,
.text-title-m,
.text-body-l,
.text-caption-m {
  font-family: var(--font-display);
  color: inherit;
  margin: 0;
}

.text-display-m {
  font-size: var(--type-display-m-size);
  font-weight: var(--type-display-m-weight);
  line-height: var(--type-display-m-line-height);
}

.text-title-m {
  font-size: var(--type-title-m-size);
  font-weight: var(--type-title-m-weight);
  line-height: var(--type-title-m-line-height);
}

.text-body-l {
  font-size: var(--type-body-l-size);
  font-weight: var(--type-body-l-weight);
  line-height: var(--type-body-l-line-height);
}

.text-caption-m {
  font-size: var(--type-caption-m-size);
  font-weight: var(--type-caption-m-weight);
  line-height: var(--type-caption-m-line-height);
  text-transform: uppercase;
}
