/* Gutenberg */
.wp-block-buttons{
    margin-block: 2rem;
}
/* Events Calendar */
.tribe-block__venue{
    border: none;
}
:is(h1,h2,h3) {
    text-wrap:balance;
}
.usa-accordion,.usa-button,.usa-modal__main > *,[class*=font-sans-]{
    font-family: "source sans 3"!important ;
}
.usa-button{
    font-weight: 600;
}
.font-3xl blockquote p, .pullquote-text blockquote p{
    font-size: clamp(1.6rem, 1.143vw + 1.971rem, 2.4rem)!important;
    line-height: 1.2;
    text-wrap:pretty;
    text-wrap:balance;
    color: var(--blue-warm-70v);
}

.pullquote-text blockquote p{
    font-size: clamp(1.6rem, 1.143vw + 1.971rem, 2rem)!important;
    font-weight:700;
    font-family: Merriweather,'Iowan Old Style', 'Apple Garamond', Baskerville, 'Times New Roman', 'Droid Serif', Times, 'Source Serif Pro', serif;
    }