: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-light {color: var(--white)}:where(:root) .bricks-background-light {background-color: var(--white)}:where(:root) .bricks-color-dark {color: var(--black)}:where(:root) .bricks-background-dark {background-color: var(--black)} :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(--primary)} html {font-size: 100%} body {font-family: "Poppins"; font-size: var(--text-m); line-height: 1.5; font-weight: 400; color: var(--black)} h1, h2, h3, h4, h5, h6 {font-family: "Baloo 2"; font-weight: 700; line-height: 1.2} h1 {font-size: var(--text-3xl)} h2 {font-size: var(--text-2xl)} h3 {font-size: var(--text-xl)} h4 {font-size: var(--text-l)} h5 {font-size: var(--text-m)} h6 {font-size: var(--text-s)} .brxe-section {padding-top: var(--space-xl); padding-right: var(--space-m); padding-bottom: var(--space-xl); padding-left: var(--space-m)} .brxe-container {width: 100%; max-width: 1200px} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: 1200px} .brxe-div:where(:not(.brx-dropdown-content)) {display: flex} .bricks-button {border-radius: 5px; transition: all 0.3s; padding-top: 12px; padding-right: 20px; padding-bottom: 12px; padding-left: 20px; color: var(--white); font-family: "Poppins"; font-weight: 500} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--primary)} .bricks-button.sm {padding-top: 8px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--tertiary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--tertiary-d-1)}html { scroll-behavior: smooth; scroll-padding-top: 180px; }