:root {
	--custom-color-primary: #871d33; /* primaryColor */
	--custom-color-primary-contrast: #b42744;
	--custom-color-secondary: #8e8e8e; /* secondaryColor */
	--custom-color-secondary-contrast: #616161;

	--custom-background-source: #FFFFFF; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.svg?1687346037458'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: auto; /* logoHeight */
}
