 body {color: var(--text-body); font-size: var(--text-m); font-family: "Roboto"} h1, h2, h3, h4, h5, h6 {color: var(--text-title); font-weight: 800; font-family: "Manrope"} h1 {font-size: var(--text-4xl)} h2 {font-size: var(--text-3xl)} h3 {font-size: var(--text-2xl)} h4 {font-size: var(--space-xl)} h5 {font-size: var(--text-l)} h6 {font-size: var(--text-m)}: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-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)} .brxe-container {width: 90%; min-width: var(--min-screen-width); max-width: var(--max-screen-width)} .woocommerce main.site-main {width: 90%} #brx-content.wordpress {width: 90%; min-width: var(--min-screen-width); max-width: var(--max-screen-width)} .bricks-button {color: var(--secondary); text-transform: capitalize; text-align: center; font-family: "Manrope"; font-weight: 800; border-radius: var(--radius-s)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: hsla(0, 0%, 0%, 0)} :root .bricks-button[class*="secondary"] {border: 1px solid var(--text-title); border-radius: var(--radius-s); color: var(--text-body)} :root .bricks-button[class*="light"]:where(:not(.bricks-lightbox)) {color: var(--secondary); border: 1px solid var(--secondary); border-radius: var(--radius-s)} .brxe-section {padding-top: var(--space-3xl); padding-bottom: var(--space-3xl)} :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}