/**umb_name:XL Heading*/
.rte-xxl-heading {
    font-size: 2.8em;
    color: var(--bs-primary);
    
    font-weight: unset;
}

/**umb_name:XL Heading*/
.rte-xl-heading {
	font-size: 2.4em;
    color: var(--bs-primary);
    
    font-weight: unset;
}

/**umb_name:LG Heading*/
.rte-lg-heading {
    font-size: 2.0em;
    font-weight: unset;
}

/**umb_name:MD Heading*/
.rte-md-heading {
    font-size: 1.6em;
    font-weight: unset;
}

/**umb_name:SM Heading*/
.rte-sm-heading {
    font-size: 1.2em;
    font-weight: unset;
}

/**umb_name:XS Heading*/
.rte-xs-heading {
    font-size: 0.8em;
    font-weight: unset;
}

.rte-text-lead {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.65;
}

.rte-text-lg-lead {
    font-size: 1.05rem !important;
    line-height: 1.6;
    font-weight: 500;
}