
:root {
    --focus-primary-color: rgb(15,77,114);
    --focus-secondary-color: rgb(236,107,99);
}

.single-focus_type .post-header h1 {
    color: var(--focus-secondary-color);
}

.single-focus_type .post-content a {
    color: var(--focus-secondary-color)
}

.single-focus_type .focus-parent-intro {
    background-color: var(--focus-primary-color);
}

.single-focus_type .focus-parent-intro h1 {
	color: #fff;
}

.focus-parent-intro	p {
	color: #fff;
}

.single-focus_type .post-content h2,
.single-focus_type .post-content h3,
.single-focus_type .post-content h4,
.single-focus_type .post-content h5,
.single-focus_type .post-content h6 {
    color: var(--focus-secondary-color);
}
