:root {
	--custom-color-primary: #0c69a2; /* primaryColor */
	--custom-color-primary-contrast: #094c75;
	--custom-color-secondary: #555555; /* secondaryColor */
	--custom-color-secondary-contrast: #282828;

	--custom-background-source: url('/images/background.jpg?1768377221757'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1768377221757'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 80%; /* logoHeight */
}
