 html {font-size: 100%} body {font-size: var(--textm); font-family: "Body"; line-height: 1.5em} h1, h2, h3, h4, h5, h6 {font-family: "Display"; font-weight: 700; font-size: var(--text-header)} h1 {font-size: var(--text3xl); line-height: 1.2em} h2 {font-size: var(--text2xl); line-height: 1.2em} h3 {font-size: var(--textxl); line-height: 1.25em} h4 {font-size: var(--textl); line-height: 1.25em} h5 {font-size: var(--textm); font-weight: 600; line-height: 1.3em} h6 {font-size: var(--texts); font-weight: 600; text-transform: uppercase; line-height: 1.4em; letter-spacing: 0.05em}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-success {color: var(--status-success)}:where(:root) .bricks-background-success {background-color: var(--status-success)}:where(:root) .bricks-color-warning {color: var(--status-warning)}:where(:root) .bricks-background-warning {background-color: var(--status-warning)}:where(:root) .bricks-color-danger {color: var(--status-error)}:where(:root) .bricks-background-danger {background-color: var(--status-error)}:where(:root) .bricks-color-info {color: var(--status-notification)}:where(:root) .bricks-background-info {background-color: var(--status-notification)} :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(--accent)} .bricks-button {padding-top: var(--spacexs); padding-right: var(--spaces); padding-bottom: var(--spacexs); padding-left: var(--spaces); font-size: var(--textm); text-transform: uppercase; line-height: 1em; color: var(--primary)} .bricks-button:where(:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline)) {background-color: var(--tertiary)} .brxe-section {padding: var(--spacexl) 0} html {background-color: var(--surface)} body {background: none}