:where(:root) .bricks-color-primary {color: var(--color-teal-primary)}:where(:root) .bricks-background-primary {background-color: var(--color-teal-primary)}:where(:root) .bricks-color-secondary {color: var(--color-teal-deep)}:where(:root) .bricks-background-secondary {background-color: var(--color-teal-deep)}:where(:root) .bricks-color-light {color: var(--color-white-warm)}:where(:root) .bricks-background-light {background-color: var(--color-white-warm)}:where(:root) .bricks-color-dark {color: var(--color-text-primary)}:where(:root) .bricks-background-dark {background-color: var(--color-text-primary)}:where(:root) .bricks-color-muted {color: var(--color-text-secondary)}:where(:root) .bricks-background-muted {background-color: var(--color-text-secondary)} html {font-size: 100%} body {font-size: var(--text-m); font-family: "Source Serif 4"; font-weight: 400; color: var(--color-text-primary); line-height: var(--line-height-body)} h1, h2, h3, h4, h5, h6 {font-family: "Oswald"; line-height: var(--line-height-m)} h1 {font-size: var(--h1)} h2 {font-size: var(--h2)} h3 {font-size: var(--h3)} h4 {font-size: var(--h4)} h5 {font-size: var(--h5)} h6 {font-size: var(--h6)} :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(--color-teal-primary); text-decoration: underline} :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-teal-dark)} html {background-color: var(--color-white-warm)} body {background: none} .bricks-button {font-family: "Oswald"; font-weight: 400; text-transform: uppercase; text-align: center; letter-spacing: 0.04em; font-size: var(--text-s); border-radius: var(--radius-md); transition: var(--transition-standard)} .brxe-container {width: 100%; padding-right: var(--container-padding); padding-left: var(--container-padding); max-width: var(--container-max); justify-content: flex-start} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: var(--container-max)}