@charset "utf-8";
/* CSS Document */

.theme-color-3 
	{
	--theme-color: #b16c2b;
	background: #b16c2b;
	}

.dark a {
	font-weight: 500;
	color: #ccab8b;
}

.dark a:hover {
	color: #b16c2b !important;
}
