 html {font-size: 100%} body {font-size: var(--text-m); color: var(--text-body); line-height: 1.5; text-wrap: pretty; font-family: "Roboto"} h1, h2, h3, h4, h5, h6 {text-wrap: pretty; color: var(--text-title); font-family: "Barlow"} .brxe-container {width: var(--max-screen-width)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width)} .brxe-section {padding-top: var(--space-3xl); padding-right: var(--space-m); padding-bottom: var(--space-3xl); padding-left: var(--space-m)} html {background-color: var(--bg-body)} body {background: none} .bricks-button {font-family: "Barlow"; font-size: 16px; line-height: 1.3; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; padding-top: 13px; padding-right: 18px; padding-bottom: 13px; padding-left: 18px} :root .bricks-button[class*="primary"] {color: var(--light)}: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)}