body { 
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
	margin: 0;
	background-color: var(--bg-color);
	font-family: var(--font-family);
	font-size: var(--font-size);
	color: var(--main-color);
	font-weight: var(--font-weight);
	line-height: var(--line-height);
	
	width: 100%;
	height: 100%;
	overflow: hidden;
	overscroll-behavior: none;
	
}

body a { 
	color: var(--hl-color);
	text-decoration: none;
}
	
body a:hover { 
	color: var(--hl-color);
	text-decoration: none;
}