:where(:root) .bricks-color-primary {color: var(--blue-dark)}:where(:root) .bricks-background-primary {background-color: var(--blue-dark)}:where(:root) .bricks-color-secondary {color: var(--blue)}:where(:root) .bricks-background-secondary {background-color: var(--blue)} html {font-size: 100%} body {color: var(--white); font-family: "OverusedGrotesk"; font-size: 1rem; text-wrap: pretty} h1, h2, h3, h4, h5, h6 {font-family: "OverusedGrotesk"} h1 {font-size: 2.75rem} h2 {font-size: 2.375rem} h3 {font-size: 2rem} h4 {font-size: 1.625rem; font-weight: 400} body.bricks-is-frontend :focus-visible {outline: none} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: none; }} html {background-color: var(--blue-dark)} body {background: none} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--red)} :root .bricks-button[class*="primary"] {color: var(--white); border: 1px solid var(--red); border-radius: var(--border-radius)} :root .bricks-button[class*="primary"].outline {background-color: var(--blue); border: 1px solid var(--red); border-radius: 8px; color: var(--red)} :root .bricks-button[class*="secondary"] {color: var(--purple-light); border: 1px solid var(--blue); border-radius: var(--border-radius)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--blue)} :root .bricks-button[class*="secondary"]:hover {border-color: var(--purple-dark)} :root .bricks-button[class*="primary"]:hover {border-color: rgba(255, 255, 255, 0.35)} .brxe-section {padding-right: 20px; padding-left: 20px} .brxe-container {width: 100%; max-width: 1400px; row-gap: var(--gap-m)} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: 1400px} .brxe-image-gallery {--gutter: 40px} .brxe-image-gallery .bricks-image-caption, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption.wp-element-caption {border-radius: var(--border-radius)} .brxe-image .bricks-image-caption-custom, .wp-element-caption:not(.wp-block-gallery *) {border-radius: var(--border-radius)}@media (max-width: 478px) { h1 {font-size: 2.5rem} h2 {font-size: 1.8rem}}