.text-normal {
  font-feature-settings: 'pnum' on, 'liga' off;
  font-size: 1.6rem;
  line-height: 2rem;
}

.text-normal p,
.text-normal ul {
  margin-top: 2rem;
}

.text-normal p:first-child,
.text-normal ul:first-child {
  margin-top: 0;
}

.text-small {
  font-size: 1.2rem;
}

.text-large {
  font-size: 2rem;
  line-height: 1;
}

.uppercase {
  text-transform: uppercase;
}