/*
Brand color configuration.
Edit these values (or use the admin panel at /admin/) to rebrand the whole site.
This file must be loaded before inland.css.
*/
:root {
	--color-link: #4777e6;
	--color-link-hover: #333333;
	--color-heading: #5c5a5a;
	--color-body-text: #666666;
	--color-body-bg: #f2f2f2;
	--color-panel-bg: #ffffff;
	--color-content-bg: #fafafa;
	--color-nav-text: #797777;
	--color-toplinks-hover: #2c2b2b;
	--color-nav-hover: #111111;
	--color-nav-current: #000000;
	--color-footer-text: #777777;
}
