.lg-title-xl {
  font-size: var(--lg-text-2xl);
  font-weight: 840;
  line-height: 1.06;
}

.lg-title-lg {
  font-size: var(--lg-text-xl);
  font-weight: 800;
  line-height: 1.12;
}

.lg-title-md {
  font-size: var(--lg-text-lg);
  font-weight: 760;
  line-height: 1.18;
}

.lg-body {
  color: var(--lg-color-muted);
  font-size: var(--lg-text-md);
}

.lg-body-strong {
  color: var(--lg-color-text);
  font-weight: 760;
}

.lg-caption {
  color: var(--lg-color-muted);
  font-size: var(--lg-text-xs);
}

.lg-metric {
  color: var(--lg-color-text);
  font-size: var(--lg-text-xl);
  font-weight: 900;
  line-height: 1;
}
