/* Text wrap utilities */
.text-pretty {
  text-wrap: pretty;
}

.text-balance {
  text-wrap: balance;
}