h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: var(--font-w-bold);
    line-height: 1.2;
}
h1 {
    font-weight: var(--font-w-black);
}

.ft-hero h1,
.ft-hero h2 {
    font-family: var(--font-heading);
    font-weight: var(--font-w-black);
}

.ft-hero p {
    font-family: var(--font-body);
}

h2 {
    margin-bottom: 0.75em;
}

h3 {
    margin-bottom: 0.4em;
}

.content-area h2, 
.content-area h3,
.content-area h4 {
    color: #003d78;
} 