 html {font-size: var(--root-font-size)} body {font-family: "Poppins"; font-size: var(--text-m); color: var(--base); font-weight: 400} h1, h2, h3, h4, h5, h6 {color: var(--base); font-family: "Sporty Pro XP"; font-weight: 700} 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)}.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 {background-color: var(--primary); border-radius: var(--radius-s); color: #ffffff} html {background-color: var(--neutral)} body {background: none}@media (max-width: 767px) { .bricks-button {padding-top: var(--space-s); padding-bottom: var(--space-s)}}@media (max-width: 360px) { .bricks-button {padding-top: var(--space-xs); padding-bottom: var(--space-xs)}}