:root {
	--custom-color-primary: #ef4764; /* primaryColor */
	--custom-color-primary-contrast: #c23a51;
	--custom-color-secondary: #dd15ed; /* secondaryColor */
	--custom-color-secondary-contrast: #b311c0;

	--custom-background-source: url('/images/background.jpg?1695135923674'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1695135923674'); /* logoSource */
	--custom-logo-position-x: 100%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
