:root {
	--custom-color-primary: #FF6C37; /* primaryColor */
	--custom-color-primary-contrast: #d2592d;
	--custom-color-secondary: #023A4F; /* secondaryColor */
	--custom-color-secondary-contrast: #035b7c;

	--custom-background-source: #fff; /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.png?1782397952186'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
