:root {
	/*
	--body-hue: 0;
	--body-saturation: 100;
	--body-lightness: 100;

	--link-hue: 211;
	--link-saturation: 100;
	--link-lightness: 50;

	--primary-hue: 211;
	--primary-saturation: 100;
	--primary-lightness: 50;

	--secondary-hue: 208;
	--secondary-saturation: 7.3;
	--secondary-lightness: 45.7;

	--table-hue: 0;
	--table-saturation: 100;
	--table-lightness: 100;

	--table-striped-hue: 208;
	--table-striped-saturation: 7.3;
	--table-striped-lightness: 45.7;
	--table-striped-bg-opacity: 0.05;

	--table-head-hue: 204;
	--table-head-saturation: 2.1;
	--table-head-lightness: 54.3;
	*/
	
	--link-hue: 0;
	--link-saturation: 0;
	--link-lightness: 10;
	
	--primary-hue: 0;
	--primary-saturation: 84;
	--primary-lightness: 43;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;&display=swap');

body {
	font-family: 'Lato', sans-serif;
}