/* --- Block Stats
-------------------------------------------------------- */


.wp-block-stats .wp-block-stats-content h2 {
    font-size: var(--wp--custom--typography--font-size--heading-one);
    font-weight: var(--wp--custom--typography--font-weight--light);

}

.wp-block-stats .wp-block-stats-content .wp-block-sub-heading {
    font-weight: var(--wp--custom--typography--font-weight--semi-bold);
}

.wp-block-stats .wp-block-stats-content p {
    line-height: var(--wp--custom--typography--line-height--paragraph);
}

.wp-block-stats .wp-block-column {
    text-align: center;
}