.wp-block-heading.is-style-bracket {
    font-weight: normal;
    font-family: var(--wp--preset--font-family--source-sans);
    font-size: 13.5px;
    text-transform: uppercase;
    display: flex;
    gap: 8px;
}

.wp-block-heading.is-style-bracket:before {
    content: "(";
    margin-top: -1px;
}

.wp-block-heading.is-style-bracket:after {
    content: ")";
    margin-top: -1px;
}

.has-h-3-font-size {
    line-height: 1.2;
}