: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;
}
