:root {
	--custom-color-primary: #1c53b5; /* primaryColor */
	--custom-color-primary-contrast: #153f88;
	--custom-color-secondary: #ff0000; /* secondaryColor */
	--custom-color-secondary-contrast: #d20000;

	--custom-background-source: url('/images/background.jpg?1688655078629'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1688655078629'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
