<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--colorPrimary: #1f77a9;
	--colorSecondary: #62a0c3;
	--colorTertiary: #d2e4ee;
	--colorAccent: #ff6800;
	--colorBackground: #fff;
	--colorText: #444;
	--colorTextHover: #777;
	--colorNav: #222;
	--colorNavHover: #555;
	
	--contentMaxWidth: min(1000px, 90vw);
    --defaultVisualMaxHeight: 30vh;
}
</pre></body></html>