/**
 * Outfit site-wide — overrides parent FXT --font-fxt (Rubik).
 */
:root {
    --font-fxt: 'Outfit', sans-serif;
}

html {
    font-family: var(--font-fxt);
    font-weight: 400;
}

body {
    font-family: var(--font-fxt);
    font-weight: 400;
}

.font-fxt,
.font-sans,
.entry-content,
.content-area,
.fxt-content,
.site-header,
.site-footer,
.fxtcf,
.fxt-child-header-notice,
.fxt-child-page-banners,
.fxt-advertising-disclosure,
.news-section,
.fxt-posts-timeline,
.post-card,
.fxt-broker-card,
.fxt-br-widget,
.fxt-br-modal,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
td,
th,
label,
span,
blockquote,
figcaption,
button,
input,
select,
textarea,
optgroup {
    font-family: var(--font-fxt);
}
