:root {
	--custom-color-primary: #0bbbef; /* primaryColor */
	--custom-color-primary-contrast: #0998c2;
	--custom-color-secondary: #0bbbef; /* secondaryColor */
	--custom-color-secondary-contrast: #0998c2;

	--custom-background-source: #0057a3; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.svg?1697709824441'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
