:root {
	/* base colours */
	--colour_01: rgb(30,30,35);
	--colour_02: rgb(0,0,0);
	--colour_03: rgb(20,20,20);
	--colour_06: rgb(20,40,60);
	/* text colours */
	--colour_04: rgb(190,200,210);
	--colour_05: rgb(100,100,100);
	--colour_07: rgb(200,210,220);
	/* links */
	--link_visit_n: rgb(0,0,150);
	--link_visit_y: rgb(120,80,150);
	--link_hover: rgb(50,50,50);
	/* notice */
	--notice_01: rgb(0,140,0);
	--notice_02: rgb(255,255,0);
	--notice_03: rgb(255,0,0);
	/* other */
	--shadow_01: 0 0 8px 4px rgb(150,150,150,0.25);
	--shadow_02: 0 0 6px 1px rgb(255,255,255,0.25);
	--brightness: brightness(1.25);
	--img_bg_glow: img_bg_glow 4s infinite ease-in-out;
}