:root {
	--custom-color-primary: #000000; /* primaryColor */
	--custom-color-primary-contrast: #2d2d2d;
	--custom-color-secondary: #e1dcd8; /* secondaryColor */
	--custom-color-secondary-contrast: #b4b0ad;

	--custom-background-source: #e1dcd8; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1670921320768'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
