:root {
	--theme-bg-color:           #cd9b08;
	--theme-bg-hover-color:     #dcac21;
	--theme-link-color:         #b08300;
	--theme-link-visited-color: #938868;

	--theme-link-hover-bg-color:          rgba(176, 131,   0, .15);
	--theme-link-underline-color:         rgba(176, 131,   0,  .3);
	--theme-link-underline-visited-color: rgba( 91, 114, 137,  .3);
	--theme-preview-hover-bg-color:       rgba(234, 192,  68,  .3);
}