:root {
	--custom-color-primary: #00BBF2; /* primaryColor */
	--custom-color-primary-contrast: #0099c5;
	--custom-color-secondary: #0488B7; /* secondaryColor */
	--custom-color-secondary-contrast: #03678a;

	--custom-background-source: #00BBF2; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1765978795462'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
