 html {font-size: var(--root-font-size)} body {line-height: 150%} h1, h2, h3, h4, h5, h6 {color: var(--primary); line-height: 120%; font-family: "Inter"} body.bricks-is-frontend :focus-visible {outline: var(--focus-width) solid var(--neutral)} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: var(--focus-width) solid var(--neutral); }} .brxe-container {width: var(--content-width)} .woocommerce main.site-main {width: var(--content-width)} #brx-content.wordpress {width: var(--content-width)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--primary-hover)} :root .bricks-button[class*="light"]:not(.outline):where(:not(.bricks-lightbox)):hover {background-color: var(--white-trans-90)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--neutral-hover)}: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)} .brxe-section {padding-top: var(--section-space-m); padding-right: var(--section-padding-x); padding-bottom: var(--section-space-m); padding-left: var(--section-padding-x)}@media (max-width: 767px) { .bricks-button {padding-top: var(--space-s); padding-bottom: var(--space-s)}}