: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: calc(var(--space-2xl) + 1rem); padding-bottom: calc(var(--space-2xl) + 1rem)} body {font-size: var(--text-m); color: var(--text-body); line-height: 1.4; font-family: "Inter"; font-weight: 400} h1, h2, h3, h4, h5, h6 {font-family: "Raleway"; font-weight: 800} h1 {font-size: calc(var(--text-3xl) + .7rem); letter-spacing: .1rem; line-height: 1} h2 {font-size: calc(var(--text-3xl) - .5rem); line-height: 1; letter-spacing: .1rem} h3 {font-size: var(--text-xl); line-height: 1.2} h4 {font-size: var(--text-l); line-height: 1.2} h5 {font-size: calc(var(--text-l) - .2rem); line-height: 1.2; font-family: "Inter"; font-weight: 600} h6 {font-size: calc(var(--text-l) - .2rem); font-family: "Inter"; line-height: 1.2; font-weight: 600} .brxe-container {width: 100%; max-width: var(--max-screen-width); padding-right: var(--space-m); padding-left: var(--space-m)} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: var(--max-screen-width)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary-200)} .bricks-button {padding-top: calc(var(--space-xs) - .2rem); padding-right: calc(var(--space-s) + .2rem); padding-bottom: calc(var(--space-xs) - .2rem); padding-left: calc(var(--space-s) + .2rem); font-size: calc(var(--text-m) - .2rem); transition: .3s all ease-in-out; border-radius: 8px} :root .bricks-button[class*="primary"] {color: var(--light); font-weight: 600; border-radius: 8px} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--secondary-200)} :root .bricks-button[class*="primary"]:hover {color: var(--light); box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.13)} .bricks-button:hover {box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.13)} :root .bricks-button[class*="secondary"] {font-weight: 600; color: var(--light)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--secondary-200)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--primary-200)}@media (max-width: 991px) { .brxe-container {padding-right: var(--space-2xl); padding-left: var(--space-2xl)}}@media (max-width: 767px) { .brxe-container {padding-right: var(--space-xl); padding-left: var(--space-xl)}}