:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-light {color: var(--light)}:where(:root) .bricks-background-light {background-color: var(--light)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)}:where(:root) * {border-color: var(--border-primary)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-warning {color: var(--error)}:where(:root) .bricks-background-warning {background-color: var(--error)}:where(:root) .bricks-color-danger {color: var(--error)}:where(:root) .bricks-background-danger {background-color: var(--error)}:where(:root) .bricks-color-muted {color: var(--bg-surface)}:where(:root) .bricks-background-muted {background-color: var(--bg-surface)} body {font-size: var(--text-m); font-family: "Manrope"; color: var(--text-body); line-height: 1.6} h1, h2, h3, h4, h5, h6 {font-family: "Manrope"; color: var(--text-title); font-weight: 500} h1 {font-size: var(--text-4xl); line-height: 1.1} h2 {font-size: var(--text-3xl); line-height: 1.1} h3 {font-size: var(--text-2xl); line-height: 1.2} h4 {font-size: var(--text-xl)} h5 {font-size: var(--text-l)} h6 {font-size: var(--text-m)} .brxe-section {padding-top: var(--space-4xl); padding-right: var(--space-s); padding-bottom: var(--space-4xl); padding-left: var(--space-s); column-gap: var(--space-xl); row-gap: var(--space-xl)} .brxe-container {width: 100%; max-width: var(--max-screen-width); column-gap: var(--space-l); row-gap: var(--space-l)} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: var(--max-screen-width)} .brxe-block {column-gap: var(--space-m); row-gap: var(--space-m)} html {background-color: var(--bg-body)} body {background: none} .bricks-button {font-size: var(--text-m)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--accent)} .bricks-button.xl {padding-top: 0.9em; padding-right: 1.1em; padding-bottom: 0.9em; padding-left: 1.1em} :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 {font-weight: 500}