 html {background-color: var(--bg-body)} body {background: none}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) * {border-color: var(--border-primary)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)}:where(:root) .bricks-color-light {color: var(--light)}:where(:root) .bricks-background-light {background-color: var(--light)}:where(:root) .bricks-color-danger {color: var(--error)}:where(:root) .bricks-background-danger {background-color: var(--error)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)} .brxe-container {width: var(--max-screen-width); margin-bottom: var(--space-xl)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width)} body {color: var(--text-body); font-family: "Lato", san-serif; font-weight: 400; font-style: normal; font-size: var(--text-m)} h1, h2, h3, h4, h5, h6 {color: var(--text-title); font-family: "Roboto Slab", san-serif; text-transform: capitalize} h1 {margin-bottom: var(--header-space)} h2 {margin-bottom: var(--header-space)} h3 {margin-bottom: var(--header-space)} h4 {margin-bottom: var(--header-space)} :root .bricks-button[class*="primary"] {color: var(--light); text-transform: uppercase; font-family: "Lato"; font-weight: 700; letter-spacing: 1.1px; border-radius: var(--radius-m)} .bricks-button {padding-top: var(--space-xs); padding-right: var(--space-s); padding-bottom: var(--space-xs); padding-left: var(--space-s)} .brxe-section {padding-top: var(--space-2xl); padding-right: var(--space-m); padding-bottom: var(--space-2xl); padding-left: var(--space-m)} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a {color: var(--primary)}