 html {font-size: var(--root-font-size)} body {font-family: "Redtone"; color: var(--base)} h1 {font-family: "Virtual"; font-weight: 400} h2 {font-family: "Virtual"; font-weight: 400} 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)}:root .bricks-color-primary {color: var(--primary)}:root .bricks-background-primary {background-color: var(--primary)}:root .bricks-color-secondary {color: var(--secondary)}:root .bricks-background-secondary {background-color: var(--secondary)}:root .bricks-color-light {color: var(--tertiary)}:root .bricks-background-light {background-color: var(--tertiary)}:root .bricks-color-dark {color: var(--base)}:root .bricks-background-dark {background-color: var(--base)}:root .bricks-color-muted {color: var(--neutral-light)}:root .bricks-background-muted {background-color: var(--neutral-light)} .bricks-button {font-weight: 600; text-decoration: none; text-transform: uppercase; border-radius: var(--radius); padding-top: .4em; padding-right: 1em; padding-bottom: .4em; padding-left: 1em} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--base)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--secondary-light)} :root .bricks-button[class*="secondary"] {color: var(--base)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--secondary)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: var(--base)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--neutral)} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--base)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--white)} :root .bricks-button[class*="light"]:not(.bricks-lightbox):hover {color: var(--white)} :root .bricks-button[class*="primary"]:hover {color: var(--white)}.woocommerce .button, body:not(.woocommerce) .product_type_variable, body:not(.woocommerce) .product_type_grouped, body:not(.woocommerce) .product_type_external, body:not(.woocommerce) .product_type_simple, body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button {padding-top: .4em; padding-right: 1em; padding-bottom: .4em; padding-left: 1em; background-color: var(--primary); text-transform: uppercase; text-decoration: none}.woocommerce .button:hover, body:not(.woocommerce) .product_type_variable:hover, body:not(.woocommerce) .product_type_grouped:hover, body:not(.woocommerce) .product_type_external:hover, body:not(.woocommerce) .product_type_simple:hover, body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button:hover {background-color: var(--base); color: var(--white)}