/* BREAKPOINT: Desktop (BASE) */ body {font-family: "Lato"} h1,  h2,  h3,  h4,  h5,  h6 {font-family: "Lato"; font-weight: 700} .brxe-container {width: var(--width-vp-max)} .woocommerce main.site-main {width: var(--width-vp-max)} #brx-content.wordpress {width: var(--width-vp-max)}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) { body {font-family: "Lato"} h1,  h2,  h3,  h4,  h5,  h6 {font-family: "Lato"; font-weight: 700}}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) { .brx-boxed {max-width: 280px} .brx-boxed #brx-header.sticky {max-width: 280px; margin-left: auto; margin-right: auto}}