:root {
	--custom-color-primary: #005E3F; /* primaryColor */
	--custom-color-primary-contrast: #003121;
	--custom-color-secondary: #50EB5D; /* secondaryColor */
	--custom-color-secondary-contrast: #41be4b;

	--custom-background-source: #EEFAEA; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1676306393265'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
