 html {font-size: calc(var(--base-font) / 16 * 100%)} body {font-size: var(--text-s); font-family: "Arial"} h1, h2, h3, h4, h5, h6 {color: var(--black)} h1 {text-transform: uppercase}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-light {color: var(--white)}:where(:root) .bricks-background-light {background-color: var(--white)}:where(:root) .bricks-color-dark {color: var(--black)}:where(:root) .bricks-background-dark {background-color: var(--black)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-warning {color: var(--primary)}:where(:root) .bricks-background-warning {background-color: var(--primary)}:where(:root) .bricks-color-muted {color: var(--secondary)}:where(:root) .bricks-background-muted {background-color: var(--secondary)}:where(:root) .bricks-color-danger {color: var(--primary)}:where(:root) .bricks-background-danger {background-color: var(--primary)}:where(:root) .bricks-color-success {color: hsl(96, 68%, 57%)}:where(:root) .bricks-background-success {background-color: hsl(96, 68%, 57%)}:where(:root) .bricks-color-info {color: var(--secondary)}:where(:root) .bricks-background-info {background-color: var(--secondary)}:where(:root) * {border-color: var(--secondary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: #929292} :root .bricks-button[class*="secondary"] {color: var(--black)} html {background-color: var(--white)} body {background: none} :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(--primary)} #brx-content {margin-bottom: var(--space-2xl)} .content-area {margin-bottom: var(--space-2xl)}