 html {background-color: var(--color-light-bg)} body {background: none} .brxe-container {max-width: var(--max-width-container); width: 100%; row-gap: var(--spacing-sm)} #brx-content.wordpress {max-width: var(--max-width-container); width: 100%} .woocommerce main.site-main {width: 100%} .brxe-section {padding-top: var(--spacing-ml); padding-right: var(--page-margin); padding-bottom: var(--spacing-ml); padding-left: var(--page-margin); row-gap: var(--spacing-lg)} body {font-size: var(--size-body); line-height: var(--line-height-body); text-wrap: pretty; color: var(--color-dark-text); font-family: "Lato", "Verdana", sans-serif; font-weight: 400; letter-spacing: var(--letter-spacing-body)} h1, h2, h3, h4, h5, h6 {line-height: var(--line-height-headings); font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif; font-weight: 700} h1 {font-size: var(--size-h1)} h2 {font-size: var(--size-h2)} h3 {font-size: var(--size-h3)} h4 {font-size: var(--size-h4)} h5 {font-size: var(--size-h5)} h6 {font-size: var(--size-h6)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--color-action)} .bricks-button {border: var(--border-width) solid var(--color-action); border-radius: var(--border-radius-btn); color: var(--color-light-text); font-size: var(--size-btn); font-family: "Cormorant Garamond"; font-weight: 700; line-height: var(--line-height-btn); transition: var(--transition-sm)} .bricks-button.outline {background-color: var(--color-light-bg); border: var(--border-width) solid var(--color-action); border-radius: var(--border-radius-sm); color: var(--color-action); font-size: var(--size-btn); line-height: var(--line-height-btn); text-wrap: balance}.brxe-search input[type=search] {border: var(--border-width) solid var(--color-dark-text); border-radius: var(--border-radius-sm); background-color: var(--color-light-bg)} :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(--color-action)} :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(--color-light-text); background-color: var(--color-action); transition: var(--transition-sm)}:root .bricks-color-secondary {color: var(--color-action)}:root .bricks-background-secondary {background-color: var(--color-action)}