 html {font-size: 100%} body {font-size: var(--text-m); font-family: "Inter"} h1 {font-size: var(--text-4xl); font-family: "Newsreader"; font-weight: 400} h2 {font-size: var(--text-3xl); font-family: "Newsreader"; font-weight: 400} h3 {font-size: var(--text-2xl); font-family: "Inter"; font-weight: 700} h4 {font-size: var(--text-xl); font-family: "Inter"; font-weight: 600}@media (max-width: 478px) { .brx-boxed {max-width: var(--max-screen-width); background-color: var(--bg-body)} .brx-boxed #brx-header.brx-sticky {max-width: var(--max-screen-width); margin-left: auto; margin-right: auto} html {background-color: var(--bg-surface); font-size: 100%} body {background: none; font-family: "Inter"; font-size: var(--text-m); line-height: 1.5; color: var(--text-body); font-weight: 400} h1 {color: var(--text-title)}: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-light {color: var(--light)}:where(:root) .bricks-background-light {background-color: var(--light)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)}:where(:root) .bricks-color-muted {color: var(--text-muted)}:where(:root) .bricks-background-muted {background-color: var(--text-muted)}:where(:root) * {border-color: var(--border-primary)}:where(:root) .bricks-color-info {color: var(--primary)}:where(:root) .bricks-background-info {background-color: var(--primary)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-warning {color: var(--tertiary)}:where(:root) .bricks-background-warning {background-color: var(--tertiary)}:where(:root) .bricks-color-danger {color: var(--error)}:where(:root) .bricks-background-danger {background-color: var(--error)} :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)}}