:root {
	--custom-color-primary: #17355d; /* primaryColor */
	--custom-color-primary-contrast: #224e8a;
	--custom-color-secondary: #a0a0a0; /* secondaryColor */
	--custom-color-secondary-contrast: #737373;

	--custom-background-source: url('/images/background.jpg?1670514624002'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.jpg?1670514624002'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
