:root {
	/* base colours */
	--colour_01: rgb(230,240,250);
	--colour_02: rgb(250,250,255);
	--colour_03: rgb(215,235,245);
	--colour_06: rgb(200,220,245);
	/* text colours */
	--colour_04: rgb(40,40,80);
	--colour_05: rgb(120,120,140);
	--colour_07: rgb(80,80,160);
	/* links */
	--link_visit_n: rgb(40,80,160);
	--link_visit_y: rgb(100,150,255);
	--link_hover: rgb(200,200,200);
	/* notice */
	--notice_01: rgb(0,255,0);
	--notice_02: rgb(255,255,0);
	--notice_03: rgb(255,0,0);
	/* other */
	--shadow_01: 0 0 16px 0 rgb(0,0,0,0.25);
	--shadow_02: 0 0 3px 3px rgb(0,0,0,0.25);
	--brightness: brightness(0.95);
	--img_bg_glow: img_bg_glow 4s infinite ease-in-out;
}