: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) .bricks-color-muted {color: var(--bg-body)}:where(:root) .bricks-background-muted {background-color: var(--bg-body)}: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)} .brxe-container {width: var(--max-screen-width); row-gap: var(--space-s); min-width: var(--min-screen-width)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width); min-width: var(--min-screen-width)} body {font-size: var(--text-m); color: var(--text-body); font-family: "Jakarta"} h1, h2, h3, h4, h5, h6 {font-family: "Playfair"; font-weight: 800; text-transform: capitalize} h1 {font-size: var(--text-4xl); color: var(--text-title)} h2 {font-size: var(--text-3xl); color: var(--text-title)} h3 {font-size: var(--text-2xl); color: var(--text-title)} h4 {font-size: var(--text-xl); color: var(--text-title)} h5 {font-size: var(--text-l); color: var(--text-title)} h6 {font-size: var(--text-m); color: #000000} .brxe-section {padding-top: var(--space-xl); padding-right: var(--space-xl); padding-bottom: var(--space-xl); padding-left: var(--space-xl)} .brxe-block {row-gap: var(--space-s)} :root .bricks-button[class*="primary"] {color: var(--tertiary-d-4)}