:root {
	--custom-color-primary: #244d9c; /* primaryColor */
	--custom-color-primary-contrast: #1a376f;
	--custom-color-secondary: #fcdd0c; /* secondaryColor */
	--custom-color-secondary-contrast: #cfb60a;

	--custom-background-source: url('/images/background.jpg?1708015677765'); /* backgroundSource */

	--custom-logo-source: url('/images/uid-logo.svg?1708015677762'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
