:root {
	--theme-bg-color:           #c97224;
	--theme-bg-hover-color:     #d67f32;
	--theme-link-color:         #c97224;
	--theme-link-visited-color: #a58b74;

	--theme-link-hover-bg-color:          rgba(221, 126,  42, .15);
	--theme-link-underline-color:         rgba(221, 126,  42,  .3);
	--theme-link-underline-visited-color: rgba( 91, 114, 137,  .3);
	--theme-preview-hover-bg-color:       rgba(152, 86,   27,  .7);
}