: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(--tertiary)}:where(:root) .bricks-background-light {background-color: var(--tertiary)}:where(:root) .bricks-color-dark {color: var(--primary-d-4)}:where(:root) .bricks-background-dark {background-color: var(--primary-d-4)}:where(:root) .bricks-color-muted {color: var(--primary-l-3)}:where(:root) .bricks-background-muted {background-color: var(--primary-l-3)}:where(:root) * {border-color: var(--tertiary-l-4)} .brxe-container {width: var(--max-screen-width)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width)} .bricks-button {font-family: "Inconsolata"; font-weight: 400; font-style: normal; font-variation-settings: var(--text-s)} :root .bricks-button[class*="secondary"] {color: var(--light)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--primary)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--primary)} .bricks-button.outline {border-radius: 3px}