/* Styles for Mixed Weight Headline Widget */
.mwh-container {
    display: block;
    word-wrap: break-word;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: normal;
}

.mwh-segment {
    display: inline;
}

/* Light defaults */
.mwh-segment-light {
    font-weight: 300;
}

/* Regular defaults */
.mwh-segment-regular {
    font-weight: 400;
}

/* Bold defaults */
.mwh-segment-bold {
    font-weight: 700;
}

.mwh-quote {
    display: inline-block;
}
