:root {
	--custom-color-primary: #9A9B9C; /* primaryColor */
	--custom-color-primary-contrast: #6e6f6f;
	--custom-color-secondary: #4060AF; /* secondaryColor */
	--custom-color-secondary-contrast: #304882;

	--custom-background-source: url('/images/background.jpg?1713331294235'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1713331294234'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 70%; /* logoHeight */
}
