/**
 * Duotone Heading Effect Styles
 */

.duotone-heading .line-wrapper {
    display: block;
}

.duotone-heading .bright {
    color: #ffffff;
    transition: color 0.15s ease-out;
}

.duotone-heading .faded {
    color: #888888;
    transition: color 0.15s ease-out;
}
