: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(--light)}:where(:root) .bricks-background-light {background-color: var(--light)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)}:where(:root) * {border-color: var(--border-primary)}: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)}:where(:root) .bricks-color-danger {color: var(--error)}:where(:root) .bricks-background-danger {background-color: var(--error)} body {font-size: 1.8rem; font-family: "Raleway"; font-weight: 500; line-height: 1.4} h1, h2, h3, h4, h5, h6 {font-family: "Raleway"; font-weight: 700; line-height: 1.1; color: var(--text-title)} h1 {color: var(--primary); font-family: "Raleway"; font-weight: 700; font-size: var(--title-4xl)} h2 {color: var(--text-title); font-size: var(--title-3xl)} h3 {font-size: var(--title-2xl); color: var(--text-title)} h4 {color: var(--text-title); font-size: var(--title-xl)} h5 {color: var(--text-title); font-size: var(--title-l)} h6 {color: var(--text-title); font-size: var(--title-m)} blockquote {padding-right: 0; padding-left: 0; border: 0; color: var(--text-body); font-size: var(--text-l); font-weight: 700; font-family: "Raleway"; font-style: normal} .brxe-container {width: var(--max-screen-width); column-gap: var(--container-gap); row-gap: var(--container-gap)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width)} .brxe-section {padding-top: var(--space-3xl); padding-right: 20px; padding-bottom: var(--space-3xl); padding-left: 20px; row-gap: var(--section-gap); column-gap: var(--section-gap)} :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-family: "Raleway"; font-weight: 500} :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)} :root .bricks-button[class*="primary"] {color: var(--light); border-radius: 5px} .bricks-button {transition: .6s} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline):hover {background-color: var(--text-title)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--text-title)} .bricks-button.sm {padding-top: 0.6em; padding-right: 1.2em; padding-bottom: 0.6em; padding-left: 1.2em}