: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)} .brxe-container {width: var(--max-screen-width); padding-right: 15px; padding-left: 15px; margin-top: 0; margin-bottom: 0} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width)} body {color: var(--text-body); font-family: "Roboto"; font-weight: 300; line-height: 1.75} h1, h2, h3, h4, h5, h6 {color: var(--text-title); font-family: "Cormorant Upright"; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px} h1 {font-size: var(--text-4xl); margin-top: 3px; margin-bottom: 13px} h2 {font-size: var(--text-3xl)} h3 {font-size: var(--text-2xl)} .bricks-button {text-transform: uppercase; font-weight: 500; letter-spacing: 0.25px; padding-top: var(--space-xs); padding-right: var(--space-l); padding-bottom: var(--space-xs); padding-left: var(--space-l)} .bricks-button.outline {border: 1px solid var(--bricks-border-color)}