:where(:root) .bricks-color-primary {color: var(--color-primary)}:where(:root) .bricks-background-primary {background-color: var(--color-primary)}:where(:root) .bricks-color-secondary {color: var(--color-secondary)}:where(:root) .bricks-background-secondary {background-color: var(--color-secondary)}:where(:root) .bricks-color-light {color: var(--color-white)}:where(:root) .bricks-background-light {background-color: var(--color-white)}:where(:root) .bricks-color-dark {color: var(--color-black)}:where(:root) .bricks-background-dark {background-color: var(--color-black)}:where(:root) .bricks-color-muted {color: var(--color-base)}:where(:root) .bricks-background-muted {background-color: var(--color-base)} html {font-size: 100%} body {color: var(--color-black); font-size: var(--text-m); font-weight: 300; font-style: normal; line-height: var(--line-height-body); font-family: "Fira Sans"} h1, h2, h3, h4, h5, h6 {color: var(--color-primary); font-weight: 700; font-family: "Fira Sans"; line-height: var(--line-height-headings); letter-spacing: var(--letter-spacing-headers)} h1 {font-size: var(--text-3xl); margin-bottom: var(--space-base)} h2 {font-size: var(--text-2xl); margin-bottom: var(--space-base)} h3 {font-size: var(--text-xl); margin-bottom: var(--space-base)} h4 {font-size: var(--text-l); margin-bottom: var(--space-base)} h5 {font-size: var(--text-base); margin-bottom: var(--space-base)} h6 {font-size: var(--text-s); margin-bottom: var(--space-base)} .bricks-type-hero {font-size: var(--text-3xl)} .brxe-section {padding-top: var(--space-2xl); padding-right: var(--space-m); padding-bottom: var(--space-2xl); padding-left: var(--space-m)} .brxe-container {width: var(--fluid-max-width)} .woocommerce main.site-main {width: var(--fluid-max-width)} #brx-content.wordpress {width: var(--fluid-max-width)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--color-primary)} :root .bricks-button[class*="primary"] {color: var(--color-white)} .bricks-button {padding-right: var(--space-l); padding-left: var(--space-l)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {color: var(--color-primary); border: 1px solid var(--color-primary)} :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 {text-decoration: underline; font-weight: 700}