.wprm-block-text-normal {
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}
.wprm-block-text-light {
    font-weight: 300 !important;
}
.wprm-block-text-light-bold {
    font-weight: 500 !important;
}
.wprm-block-text-semi-bold {
    font-weight: 600 !important;
}
.wprm-block-text-bold {
    font-weight: bold !important;
}
.wprm-block-text-italic {
    font-style: italic !important;
}
.wprm-block-text-uppercase {
    text-transform: uppercase !important;
}
.wprm-block-text-faded {
    opacity: 0.7;
}
.wprm-block-text-uppercase-faded {
    text-transform: uppercase !important;
    opacity: 0.7;
}
.wprm-block-text-smaller {
    font-size: 0.9em;
}
.wprm-block-text-larger {
    font-size: 1.1em;
}

// Prevent double application.
.wprm-block-text-faded .wprm-block-text-faded {
    opacity: 1;
}
.wprm-block-text-uppercase-faded .wprm-block-text-uppercase-faded {
    opacity: 1;
}
.wprm-block-text-smaller .wprm-block-text-smaller {
    font-size: 1em;
}
.wprm-block-text-larger .wprm-block-text-larger {
    font-size: 1em;
}

.wprm-align-left {
    text-align: left;
}
.wprm-align-center {
    text-align: center;
}
.wprm-align-right {
    text-align: right;
}

.wprm-align-top {
    align-items: start;
}
.wprm-align-middle {
    align-items: center;
}
.wprm-align-bottom {
    align-items: end;
}