:root {
		--primary-color: #58E0B7;
		--primary-color-rgb: 207, 31, 31;
	}
	
	html {
		background-color: #16171a;
		color: white;
		/* Ensure text is readable on dark background */
	}
	
	#preloader {
		display: grid;
		place-items: center;
		height: 100vh;
	}
	
	#preloader div {
		text-align: center;
	}
	
	#logoimg {
		max-width: 50%;
		/* loading image ratio */
		height: auto;
	}
