 html {background-color: var(--color-background)} body {background: none} body {color: var(--color-foreground); font-family: "Akkurat Sub LL"; font-weight: 300; font-size: var(--text-m); line-height: 1.5} h1, h2, h3, h4, h5, h6 {color: var(--color-foreground); font-family: "Akkurat Mono LL"; font-weight: 400; letter-spacing: -2px} h1 {font-size: var(--text-4xl)} h2 {font-size: var(--text-3xl)} h3 {font-size: var(--text-2xl)} h4 {font-size: var(--text-xl)} body.bricks-is-frontend :focus-visible {outline: 0} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: 0; }} .brxe-section {margin-bottom: var(--section-space)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--black)} :root .bricks-button[class*="primary"] {color: var(--white); border: 1px solid var(--black)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: transparent} :root .bricks-button[class*="primary"]:hover {color: var(--black)} .bricks-button {transition: .4s all ease-out; font-family: "Akkurat Mono LL"; text-transform: uppercase} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--white)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {color: var(--black); border: 2px solid var(--white)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: var(--black)} :root .bricks-button[class*="light"]:not(.bricks-lightbox):hover {color: var(--white)} :root .bricks-button[class*="muted"]:not(.outline) {background-color: unset} .brxe-container {width: 100%; max-width: var(--container-max-w); padding-right: var(--space-s); padding-left: var(--space-s)} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: var(--container-max-w)} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a {color: var(--black); transition: .3s all ease-out; border-bottom: 2px solid var(--color-primary-dark)} :where(.brxe-accordion .accordion-content-wrapper) a:hover, :where(.brxe-icon-box .content) a:hover, :where(.brxe-list) a:hover, :where(.brxe-post-content):not([data-source="bricks"]) a:hover, :where(.brxe-posts .dynamic p) a:hover, :where(.brxe-shortcode) a:hover, :where(.brxe-tabs .tab-content) a:hover, :where(.brxe-team-members) .description a:hover, :where(.brxe-testimonials) .testimonial-content-wrapper a:hover, :where(.brxe-text) a:hover, :where(a.brxe-text):hover, :where(.brxe-text-basic) a:hover, :where(a.brxe-text-basic):hover, :where(.brxe-post-comments) .comment-content a:hover {color: var(--color-primary-dark)}