 html {background-color: var(--background)} 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)}:where(:root) .bricks-color-primary:hover {color: var(--primary-hover)}:where(:root) .bricks-background-primary:hover {background-color: var(--primary-hover)}:where(:root) .bricks-color-secondary:hover {color: var(--secondary-hover)}:where(:root) .bricks-background-secondary:hover {background-color: var(--secondary-hover)} :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, .brxe-product-content a, .brxe-product-short-description a, .brxe-product-tabs .woocommerce-Tabs-panel a {color: var(--primary)} html {font-size: 100%} body {font-family: "Code Pro"; font-weight: 400; color: var(--text); font-size: clamp(1rem, 1vw, 1rem)} h1, h2, h3, h4, h5, h6 {color: var(--text); font-size: 2.5rem; font-family: "Code Pro"} h1 {font-size: 2.5rem; font-weight: 700} h2 {font-size: 2rem; font-weight: 600} h3 {font-size: 1.5rem; font-weight: 500} h4 {font-size: 1rem; font-weight: 500} .brxe-container {width: 100%; padding-right: 8%; padding-left: 8%} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--accent)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--accent-hover)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--primary-hover)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: var(--secondary-hover)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--secondary)}@media (max-width: 834px) { html {background-color: var(--surface)} body {background: none} .brxe-container {padding-right: 5%; padding-left: 5%}}@media (max-width: 767px) { .brxe-container {padding-right: 20px; padding-left: 20px}}@media (max-width: 575px) { .brxe-container {padding-right: 20px; padding-left: 20px}}