 body {font-size: var(--MD); font-family: "TT Norms"; font-weight: 400; color: var(--charcoal)} h1, h2, h3, h4, h5, h6 {font-family: "Canela"; font-weight: 400} h1 {font-size: var(--XXLMID)} h2 {font-size: var(--XXL)} h3 {font-size: var(--XL)} h4 {font-size: var(--MD)} body.bricks-is-frontend :focus-visible {outline: none} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: none; }}:root .bricks-color-primary {color: var(--green)}:root .bricks-background-primary {background-color: var(--green)} .brxe-container {width: 100%} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%} .brxe-block {padding-right: var(--XL); padding-left: var(--XL)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--lighter-green)} :root .bricks-button[class*="primary"] {color: var(--white)} :root .bricks-button[class*="primary"]:hover {color: var(--dark-green)}@media (max-width: 478px) { .brxe-block {padding-right: var(--MD); padding-left: var(--MD)}}