:root {
	--custom-color-primary: #E61017; /* primaryColor */
	--custom-color-primary-contrast: #b90d13;
	--custom-color-secondary: #FFA8AB; /* secondaryColor */
	--custom-color-secondary-contrast: #d28b8d;

	--custom-background-source: #c9c9c9; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.jpg?1764329973189'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
