 body {font-size: var(--text-m); font-family: "Inter"} h1, h2, h3, h4, h5, h6 {font-family: "Inter"} h1 {font-size: var(--text-3xl); line-height: 1.1; font-weight: 600} h2 {font-size: var(--text-2xl); line-height: 1.2} h3 {font-size: var(--text-xl); line-height: 1.2} h4 {font-size: var(--text-l); line-height: 1.3}: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-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-danger {color: var(--error)}:where(:root) .bricks-background-danger {background-color: var(--error)}:where(:root) * {border-color: var(--light)} .brxe-container {max-width: var(--max-screen-width); width: 90%} #brx-content.wordpress {max-width: var(--max-screen-width); width: 90%} .woocommerce main.site-main {width: 90%} .brxe-section {padding-top: var(--space-4xl); padding-bottom: var(--space-4xl)} html {background-color: var(--light)} body {background: none}