
:root {
	--main-text-color: #a6a6a6;
	--link-color: #333333;
	--custom-color: #658099;
	--custom-color-light: #f0f3f7;
	--custom-color-dark: #546b80;
	--text-color-white: #fff;
	--custom-color-hover: #99cc00;
	--custom-color-hover-dark: #7ca600;
	--widget-text-color: #435566;
	--widget-text-color-light: #acb6bf;
	--background-dark: #232f3b;
	--menu-line: #2e3c4a;
	--menu-has-children: #384858;
	--menu-text: #cbced2;
	--menu-hover: #a3d900;
	--custom-color-footer: #304152;
	--custom-color-footer-dark: #263340;

	--white-bg-color: #fff;
	--border-color: rgba(0,0,0,0.1);
	--border-dark-color: rgba(0,0,0,0.2);
	--text-light-color: #666;
	--quote-bg-color: #fafbfc;
	--section-bg-color: #f4f4f4;
	--header-section-bg-light-color: #e6e6e6;
	--header-section-bg-super-light-color: rgba(0,0,0,0.05);
	--header-section-bg-dark-color: #888;

	--comment-border-color: #dee1e5;
	--comment-bg-color: #fafafa;
	--comment-focus-border-color: #86aacc;
}