:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--surface-2)}:where(:root) .bricks-background-secondary {background-color: var(--surface-2)}:where(:root) .bricks-color-light {color: var(--text)}:where(:root) .bricks-background-light {background-color: var(--text)}:where(:root) .bricks-color-dark {color: var(--bg)}:where(:root) .bricks-background-dark {background-color: var(--bg)}:where(:root) .bricks-color-muted {color: var(--text-muted)}:where(:root) .bricks-background-muted {background-color: var(--text-muted)}:where(:root) * {border-color: var(--border)} html {background-color: var(--bg)} body {background: none} body {color: var(--text-muted); font-size: var(--text-m); font-family: "Inter"; line-height: 1.6} h1, h2, h3, h4, h5, h6 {color: var(--text); font-family: "Saira Condensed"; text-transform: uppercase; line-height: 1.1} h1 {font-size: var(--h-2xl)} h2 {font-size: var(--h-xl)} h3 {font-size: var(--h-l)} h4 {font-size: var(--h-m)} h5 {font-size: var(--h-s)} h6 {font-size: var(--h-xs)} :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); text-decoration: none} .brxe-text * + :is(h1, h2, h3, h4, h5, h6), .brxe-post-content:not([data-source=bricks]) * + :is(h1, h2, h3, h4, h5, h6), body:not(.woocommerce-checkout) [class*=woocommerce] * + :is(h1, h2, h3, h4, h5, h6) {margin-block-start: var(--space-l)} .brxe-text * + p, .brxe-post-content:not([data-source=bricks]) * + p, body:not(.woocommerce-checkout) [class*=woocommerce] * + p:not(.brxe-woocommerce-account-form-edit-account *) {margin-block-start: var(--space-s)} .brxe-text * + *, .brxe-post-content:not([data-source=bricks]) * + *, body:not(.woocommerce-checkout) [class*=woocommerce] * + *:not(.brxe-woocommerce-account-form-edit-account *) {margin-block-start: var(--space-s)} .bricks-button {color: var(--text); font-family: "Saira Condensed"; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--primary)}@media (max-width: 991px) { .brxe-section {padding-top: var(--space-2xl)}}@media (max-width: 767px) { .brxe-section {padding-bottom: var(--space-2xl)}}