:root {
	--custom-color-primary: #d40037; /* primaryColor */
	--custom-color-primary-contrast: #a7002b;
	--custom-color-secondary: #000000; /* secondaryColor */
	--custom-color-secondary-contrast: #2d2d2d;

	--custom-background-source: url('/images/background.jpg?1726729822405'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.svg?1726729822405'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 120%; /* logoHeight */
}
