 html {font-size: var(--root-font-size)} body {font-family: "Roboto"; font-size: var(--text-m); color: var(--neutral-trans-80); font-weight: 400} h1, h2, h3, h4, h5, h6 {font-family: "Argesta Display"; font-weight: 400} 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)} .bricks-button {transition: all .2s ease; font-family: "Roboto"; font-weight: 700} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: var(--white-trans-90)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--neutral-hover)}@media (max-width: 767px) { .bricks-button {padding-top: var(--space-s); padding-bottom: var(--space-s)}}