:root {
	--custom-color-primary: #000000; /* primaryColor */
	--custom-color-primary-contrast: #2d2d2d;
	--custom-color-secondary: #9ACA3C; /* secondaryColor */
	--custom-color-secondary-contrast: #789d2f;

	--custom-background-source: url('/images/background.jpg?1709565135750'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.svg?1709565135750'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: 100%; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
