:root {
	--custom-color-primary: #5E5E5E; /* primaryColor */
	--custom-color-primary-contrast: #313131;
	--custom-color-secondary: #CACACA; /* secondaryColor */
	--custom-color-secondary-contrast: #9d9d9d;

	--custom-background-source: url('/images/uid-background.jpg?1709124029164'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1709124029164'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 80px; /* logoHeight */
}
