:root {
	--custom-color-primary: #009bdf; /* primaryColor */
	--custom-color-primary-contrast: #007cb2;
	--custom-color-secondary: #f36f21; /* secondaryColor */
	--custom-color-secondary-contrast: #c65b1b;

	--custom-background-source: #009bdf; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1670517488784'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
