/* Helvetica uses the locally installed font; Arial is the sans-serif fallback. */
body.sbh-global-style {
    font-family: Helvetica, Arial, sans-serif !important;
    background-color: #EDF5F5 !important;
    background-image: none !important;
    --e-global-typography-primary-font-family: Helvetica, Arial, sans-serif;
    --e-global-typography-secondary-font-family: Helvetica, Arial, sans-serif;
    --e-global-typography-text-font-family: Helvetica, Arial, sans-serif;
    --e-global-typography-accent-font-family: Helvetica, Arial, sans-serif;
}

/* Text elements, excluding the font-based icons and WordPress toolbar. */
body.sbh-global-style :is(h1,h2,h3,h4,h5,h6,p,a,li,dt,dd,label,button,input,textarea,select,option,blockquote,figcaption,table,th,td,caption,div,section,article,nav,header,footer,span,strong,b,em,small,legend,summary):not(:is([class*="icon"],[class~="fa"],[class~="fas"],[class~="far"],[class~="fab"],[class~="fal"],[class~="fad"],[class~="fat"],[class~="fass"],[class*="material-symbol"],[class*="material_symbol"],#wpadminbar,#wpadminbar *)),
body.sbh-global-style .elementor-heading-title,
body.sbh-global-style .elementor-button-text,
body.sbh-global-style .elementor-icon-list-text,
body.sbh-global-style .elementor-icon-box-title,
body.sbh-global-style .elementor-icon-box-description {
    font-family: Helvetica, Arial, sans-serif !important;
}

/* Page canvas only: nested header, buttons and coloured cards keep their backgrounds. */
body.sbh-global-style :is(#page,.site,main,.site-main,.site-content,#content,#primary,.content-area,.elementor[data-elementor-type="wp-page"],.elementor[data-elementor-type="single-page"]) {
    background-color: #EDF5F5 !important;
    background-image: none !important;
}
