.--nounderline {
    text-decoration: none !important;
}

.--underline {
    text-decoration: underline !important;
}
/* text effects */

.--titlecase {
    text-transform: capitalize !important;
}

.--uppercase {
    text-transform: uppercase !important;
}

.--italic {
    font-style: italic !important;
}

.--normal {
    &,
    & * {
        text-transform: none !important;
    }
}

.--nowrap {
    white-space: nowrap !important;
}

.--no-wrap {
    white-space: nowrap !important;
}

.--wrap {
    white-space: normal !important;
}

.--bold {
    font-weight: bold !important;
}

.--text-left {
    text-align: left !important;
}

.--text-right {
    text-align: right !important;
}

.--text-center {
    text-align: center !important;
}

.--text-justify {
    text-align: justify !important;
}
