 html {background-color: var(--bg-2)} body {background: none} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--primary)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline):hover {background-color: var(--primary-d-6)} .bricks-button:hover {color: #ffffff; border-color: var(--primary-d-6)} .bricks-button {color: var(--secondary-l-10); font-weight: 600; border: 1px solid var(--primary); border-radius: var(--radius-xs); transition: .3s all ease-out} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--secondary-d-10)} :root .bricks-button[class*="dark"] {color: var(--secondary-d-10); border-color: var(--secondary-d-10)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--secondary-d-10)} :root .bricks-button[class*="dark"]:hover {color: hsl(0, 0%, 100%); border-color: var(--secondary-d-10)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--primary)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: hsl(0, 0%, 100%)} :root .bricks-button[class*="light"]:not(.bricks-lightbox):hover {color: hsl(0, 0%, 0%)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {border-color: hsl(0, 0%, 100%)} .brxe-section {padding-top: var(--space-3xl); padding-bottom: var(--space-3xl)} .brxe-container {padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m); width: 100%; max-width: 1200px} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: 1200px} body {font-size: var(--text-m); font-family: "Inter Tight"} h1, h2, h3, h4, h5, h6 {font-family: "Inter Tight"; line-height: 1.1; color: var(--secondary-d-10); font-weight: 800} h1 {font-size: var(--text-2xl); font-weight: 800} h2 {font-size: var(--text-xl); margin-bottom: var(--space-s)} h3 {font-size: var(--text-l); margin-bottom: var(--space-xs)} :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 {color: var(--primary); font-weight: 600} :where(.brxe-accordion .accordion-content-wrapper) a:hover, :where(.brxe-icon-box .content) a:hover, :where(.brxe-list) a:hover, :where(.brxe-post-content):not([data-source="bricks"]) a:hover, :where(.brxe-posts .dynamic p) a:hover, :where(.brxe-shortcode) a:hover, :where(.brxe-tabs .tab-content) a:hover, :where(.brxe-team-members) .description a:hover, :where(.brxe-testimonials) .testimonial-content-wrapper a:hover, :where(.brxe-text) a:hover, :where(a.brxe-text):hover, :where(.brxe-text-basic) a:hover, :where(a.brxe-text-basic):hover, :where(.brxe-post-comments) .comment-content a:hover {color: var(--primary-d-6)}