body{
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
}
html,body{
	--bd-main-color:#32373c;
	--bd-main-color-20:#569AF633;
	--bd-main-color-8:#569AF614;
	--bd-thumbnail-width:150px;
	--bd-thumbnail-height:150px;
	--bd-button-text-color:#fff;
	--bd-button-bg-color:#32373c;
}

/* overrides */
.main-navigation ul li a {
	text-decoration: underline !important; /* make link underlined again, more obvious that it is a link. */
}

.listing-actions {
	margin-bottom: 12px;
}

/* fix font colour on single article pages eg. expands-local-offerings. */
.single-article {
	color: #151b26 !important;
}