:root {
	--custom-color-primary: #b2b2b2; /* primaryColor */
	--custom-color-primary-contrast: #858585;
	--custom-color-secondary: #ef7d00; /* secondaryColor */
	--custom-color-secondary-contrast: #c26600;

	--custom-background-source: #ff8e12; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1682689280654'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
