/*
    Text Wrap
*/
.text-balanced {
    text-wrap: balance;
}

/*
    Weights
*/
strong, .bold {
    font-weight: 700;
}

/*
    Italics
*/
em, .italic {
    font-style: italic;
}

/*
    Underline
*/
u, .underline {
    text-decoration: underline;
}