:root {
	--custom-color-primary: #E2001A; /* primaryColor */
	--custom-color-primary-contrast: #b50015;
	--custom-color-secondary: #E5E3E5; /* secondaryColor */
	--custom-color-secondary-contrast: #b8b7b8;

	--custom-background-source: url('/images/background.jpg?1776351102674'); /* backgroundSource */

	--custom-logo-source: url('/images/cryptshare-logo-2023-blue.svg?1776351102673'); /* logoSource */
	--custom-logo-position-x: 0%; /* logoPositionX */
	--custom-logo-width: auto; /* logoWidth */
	--custom-logo-height: 100%; /* logoHeight */
}
