.text-style.text-style--font-body-cn[class],
.text-style.text-style--font-body-cn[class] * {
  font-family: BodyCN;
}

.text-style.text-style--font-body-medium[class],
.text-style.text-style--font-body-medium[class] * {
  font-family: BodyMedium;
}

.text-style.text-style--font-body-normal[class],
.text-style.text-style--font-body-normal[class] * {
  font-family: BodyNormal;
}

.text-style.text-style--transform-default[class],
.text-style.text-style--transform-default[class] * {
  text-transform: none;
}

.text-style.text-style--transform-lowercase[class],
.text-style.text-style--transform-lowercase[class] * {
  text-transform: lowercase;
}

.text-style.text-style--transform-uppercase[class],
.text-style.text-style--transform-uppercase[class] * {
  text-transform: uppercase;
}
