 html {background-color: var(--color-white)} body {background: none}:where(:root) .bricks-color-primary {color: var(--color-primary)}:where(:root) .bricks-background-primary {background-color: var(--color-primary)}:where(:root) .bricks-color-secondary {color: var(--color-secondary)}:where(:root) .bricks-background-secondary {background-color: var(--color-secondary)}:where(:root) .bricks-color-light {color: var(--color-neutral-light-6)}:where(:root) .bricks-background-light {background-color: var(--color-neutral-light-6)}:where(:root) .bricks-color-dark {color: var(--color-neutral)}:where(:root) .bricks-background-dark {background-color: var(--color-neutral)}:where(:root) .bricks-color-muted {color: var(--color-text-muted)}:where(:root) .bricks-background-muted {background-color: var(--color-text-muted)}:where(:root) .bricks-color-info {color: var(--color-info)}:where(:root) .bricks-background-info {background-color: var(--color-info)}:where(:root) .bricks-color-success {color: var(--color-success)}:where(:root) .bricks-background-success {background-color: var(--color-success)}:where(:root) .bricks-color-warning {color: var(--color-warning)}:where(:root) .bricks-background-warning {background-color: var(--color-warning)}:where(:root) .bricks-color-danger {color: var(--color-error)}:where(:root) .bricks-background-danger {background-color: var(--color-error)}:where(:root) * {border-color: var(--color-neutral-light-5)} :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-link); 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-link-hover)} :where(.brxe-accordion .accordion-content-wrapper) a:active, :where(.brxe-icon-box .content) a:active, :where(.brxe-list) a:active, :where(.brxe-post-content):not([data-source="bricks"]) a:active, :where(.brxe-posts .dynamic p) a:active, :where(.brxe-shortcode) a:active, :where(.brxe-tabs .tab-content) a:active, :where(.brxe-team-members) .description a:active, :where(.brxe-testimonials) .testimonial-content-wrapper a:active, :where(.brxe-text) a:active, :where(a.brxe-text):active, :where(.brxe-text-basic) a:active, :where(a.brxe-text-basic):active, :where(.brxe-post-comments) .comment-content a:active {color: var(--color-primary-dark-1)} html {font-size: 100%} body {font-family: "Outfit"; font-size: var(--text-base)} h1 {font-size: var(--text-3xl); font-family: "Outfit"} h2 {font-size: var(--text-2xl); font-family: "Outfit"} h3 {font-size: var(--text-xl); font-family: "Outfit"} h4 {font-size: var(--text-lg); font-family: "Outfit"} h5 {font-size: var(--text-base); font-family: "Outfit"} h6 {font-size: var(--text-sm); font-family: "Outfit"} body.bricks-is-frontend :focus-visible {outline: 2px solid var(--color-primary)} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: 2px solid var(--color-primary); }} .brxe-section {padding-top: var(--spacing-lg); padding-right: var(--spacing-md); padding-bottom: var(--spacing-lg); padding-left: var(--spacing-md); max-width: 1280px; row-gap: var(--spacing-md)} .brxe-container {width: 100%; max-width: 1280px; row-gap: var(--spacing-md)} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: 1280px} .brxe-block {row-gap: var(--spacing-sm); column-gap: var(--spacing-sm)} .bricks-button {transition: all 200ms ease}