:root {
	--custom-color-primary: #ff9933; /* primaryColor */
	--custom-color-primary-contrast: #d27e2a;
	--custom-color-secondary: #e67300; /* secondaryColor */
	--custom-color-secondary-contrast: #b95d00;

	--custom-background-source: #FFF; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1695153716830'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: auto; /* logoHeight */
}
