 html {font-size: var(--root-font-size)} body {font-family: "Urbanist"; font-size: 16px; font-weight: 400; font-style: normal} h1 {font-family: "Urbanist"; font-weight: 200; font-style: normal} h2 {font-family: "Urbanist"; font-weight: 200; font-style: normal} h3 {font-family: "Urbanist"; font-weight: 700; font-style: normal; font-size: 30px} h4 {font-size: 20px; font-family: "Urbanist"; font-weight: 700; font-style: normal} body.bricks-is-frontend :focus-visible {outline: none} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: none; }} .brxe-container {width: var(--content-width)} .woocommerce main.site-main {width: var(--content-width)} #brx-content.wordpress {width: var(--content-width)}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--accent)}:where(:root) .bricks-background-secondary {background-color: var(--accent)}:where(:root) .bricks-color-light {color: var(--white)}:where(:root) .bricks-background-light {background-color: var(--white)}:where(:root) .bricks-color-dark {color: var(--action)}:where(:root) .bricks-background-dark {background-color: var(--action)}