:root {
	--custom-color-primary: #1457A1; /* primaryColor */
	--custom-color-primary-contrast: #0e3f74;
	--custom-color-secondary: #4e9144; /* secondaryColor */
	--custom-color-secondary-contrast: #36642f;

	--custom-background-source: url('/images/background.jpg?1689778663574'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1689778663573'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: 50%; /* logoWidth */
	--custom-logo-height: auto; /* logoHeight */
}
