Kadence Custom CSS
@import url(‘https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&display=swap’); /* === BASE === */ body,html{background:#fff !important;font-family:’Assistant’,sans-serif !important;font-weight:400;font-size:16px;line-height:1.5;color:#121212 !important} h1,h2,h3,h4,h5,h6{font-family:’Assistant’,sans-serif !important;font-weight:700 !important;color:#121212 !important} .site-container{max-width:1100px !important;margin:0 auto !important} .site{background:#fff !important} .content-bg{background:#fff !important} body.content-style-unboxed .site{background:#fff !important} /* === FIX BLOCK COLUMNS === */ .wp-block-columns{display:flex !important;flex-wrap:wrap !important;gap:20px !important} .wp-block-column{flex-basis:calc(33.33% – 14px) !important} /* === REMOVE WHITE SPACE AROUND HERO === */ .content-area{margin-top:0 !important;margin-bottom:0 !important} .entry-content-wrap{padding:0 !important}…
