:root {
	--custom-color-primary: #009FE3; /* primaryColor */
	--custom-color-primary-contrast: #0080b6;
	--custom-color-secondary: #86BC24; /* secondaryColor */
	--custom-color-secondary-contrast: #668f1b;

	--custom-background-source: url('/images/background.jpg?1750145129562'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1750145129562'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: auto; /* logoHeight */
}
