:root {
	--custom-color-primary: #ffc321; /* primaryColor */
	--custom-color-primary-contrast: #d2a11b;
	--custom-color-secondary: #2024bc; /* secondaryColor */
	--custom-color-secondary-contrast: #282de9;

	--custom-background-source: url('/images/uid-background.jpg?1775052788101'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.jpg?1775052788101'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
