:root {
	--custom-color-primary: #3c9bfa; /* primaryColor */
	--custom-color-primary-contrast: #317fcd;
	--custom-color-secondary: #2dcd73; /* secondaryColor */
	--custom-color-secondary-contrast: #23a05a;

	--custom-background-source: url('/images/background.jpg?1687249218225'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.svg?1687249218224'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
