:where(:root) .bricks-color-primary {color: var(--green-primary)}:where(:root) .bricks-background-primary {background-color: var(--green-primary)}:where(:root) .bricks-color-secondary {color: var(--primary-light)}:where(:root) .bricks-background-secondary {background-color: var(--primary-light)}:where(:root) .bricks-color-light {color: var(--pure-white)}:where(:root) .bricks-background-light {background-color: var(--pure-white)}:where(:root) .bricks-color-dark {color: var(--primary-dark)}:where(:root) .bricks-background-dark {background-color: var(--primary-dark)}:where(:root) .bricks-color-muted {color: var(--grey-30)}:where(:root) .bricks-background-muted {background-color: var(--grey-30)}:where(:root) * {border-color: var(--green-primary)}:where(:root) .bricks-color-success {color: var(--succes-green)}:where(:root) .bricks-background-success {background-color: var(--succes-green)}:where(:root) .bricks-color-warning {color: var(--warning-yellow)}:where(:root) .bricks-background-warning {background-color: var(--warning-yellow)}:where(:root) .bricks-color-danger {color: var(--danger-red)}:where(:root) .bricks-background-danger {background-color: var(--danger-red)} body {font-size: var(--text-s); font-family: "courier-prime"; color: var(--green-primary)} h1, h2, h3, h4, h5, h6 {color: var(--green-primary)} h1 {font-size: var(--h1); font-family: "instrument-sans-variable"} h2 {font-family: "instrument-sans-variable"; font-size: var(--h2)} h3 {font-family: "courier-prime"; font-weight: 400; font-size: var(--h3)} h4 {font-weight: 400; font-size: var(--h4)} h5 {font-weight: 400; font-size: var(--h5)} h6 {font-weight: 400; font-size: var(--h6)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--transp-white)} .bricks-button {border-radius: var(----at-radius-pill); font-weight: 500} :root .bricks-button[class*="primary"] {color: var(--text-green-primary); font-weight: 500; border: var(--border-s) solid var(--green-primary)} :root .bricks-button[class*="primary"].outline {color: var(--green-primary)} :root .bricks-button[class*="secondary"] {color: var(--text-green-primary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--primary-light)} :root .bricks-button[class*="light"]:where(:not(.bricks-lightbox)) {border-width: var(--border-s); border-color: var(--pure-white); border-radius: var(----at-radius-pill)} html {background-color: var(--white-1)} body {background: none} .brxe-container {margin-right: auto; margin-left: auto; width: 100%; display: flex} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%}