:root {
	--font-body: Consolas, "Courier New", monospace;
	--font-heading: "Trebuchet MS", Arial, sans-serif;

	--text: #11070c;
	--text-muted: #6c4b1a;
	--link: #76c801;
	--link-hover: #c3d801;
	--background: #fff8cf;
	--accent: #ff811f;
}

body.night {
	--text: #f4dd03;
	--text-muted: #7e6a37;
	--link: #c3d801;
	--link-hover: #76c801;
	--background: #0f1a0d;
	--accent: #ff811f;
}
