 html {background-color: var(--body)} body {background: none}: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) * {border-color: var(--border-color)} :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; color: var(--secondary)} body {font-size: 1.6rem; font-family: "Avenir"} h1, h2, h3, h4, h5, h6 {font-family: "Figtree"; font-weight: 800; font-style: normal} h1 {font-size: var(--h1); font-weight: 800} h2 {font-size: var(--h2)} h3 {font-size: var(--h3)} h4 {font-size: var(--h4)} h5 {font-size: var(--h5)} h6 {font-size: var(--h6)} .brxe-section {padding-top: var(--section-pad-y); padding-right: var(--section-pad-x); padding-bottom: var(--section-pad-y); padding-left: var(--section-pad-x)} .brxe-container {width: var(--container-width)} .woocommerce main.site-main {width: var(--container-width)} #brx-content.wordpress {width: var(--container-width)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--btn-primary)} :root .bricks-button[class*="primary"] {color: var(--snow)} :root .bricks-button[class*="primary"].outline {border: 1px solid var(--secondary); background-color: hsla(46, 100%, 65%, 0); color: var(--secondary)} .bricks-button {border-width: var(--border-width); border-radius: var(--btn-border-radius); color: var(--snow); font-family: "Avenir"; font-weight: 700}