body {
		background-color: #202125;
}

.post-inner p, .section-inner p, .post-inner li, main h2, main h3, main h4, main h5, main h6, #email-notes, .required-field-message {
		color: #ffffff;
}

a,
.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
		color: #14c5c3 !important;
}

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
		background-color: #14c5c3 !important;
}

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
		border-color: #14c5c3 !important;
}

.fill-children-accent,
.fill-children-accent * {
		color: #14c5c3 !important;
}

:root .has-accent-color {
	color: #14c5c3 !important;
}

:root .has-accent-background-color, .has-icon, .submit {
	background-color: #14c5c3 !important;
}

.icon {
		color: #14c5c3 !important;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		max-width: 100rem !important;
}