:root {
	--custom-color-primary: #8c987f; /* primaryColor */
	--custom-color-primary-contrast: #636b5a;
	--custom-color-secondary: #5d5e48; /* secondaryColor */
	--custom-color-secondary-contrast: #313126;

	--custom-background-source: #ffffff; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.jpg?1764778747414'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
