:root {
	--custom-color-primary: #E2001A; /* primaryColor */
	--custom-color-primary-contrast: #b50015;
	--custom-color-secondary: #E5E3E5; /* secondaryColor */
	--custom-color-secondary-contrast: #b8b7b8;

	--custom-background-source: url('/images/background.jpg?1776407822884'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1776407822884'); /* logoSource */
	--custom-logo-position-x: 50%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
