:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(43,49,54);
	--wd-text-font-size: 15px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(43,49,54);
	--wd-primary-color: rgb(85,201,65);
	--wd-alternative-color: rgb(85,201,65);
	--wd-link-color: rgb(85,201,65);
	--wd-link-color-hover: rgb(85,201,65);
	--btn-default-bgcolor: rgb(85,201,65);
	--btn-default-bgcolor-hover: rgb(85,201,65);
	--btn-accented-bgcolor: rgb(85,201,65);
	--btn-accented-bgcolor-hover: rgb(85,201,65);
}
.wd-page-title {
	background-color: rgba(0,0,0,0.6);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



