@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
	--table-striped-hue: 0;
	--table-striped-saturation: 100;
	--table-striped-lightness: 100;
	--table-striped-bg-opacity: 1;
	
	--table-head-hue: 0;
	--table-head-saturation: 100;
	--table-head-lightness: 100;
}

html, body {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	color: #333;
	font-size: 18px;
}

small, .small {
	font-size: 0.85em;
}

.table thead, .table thead th, .table thead td {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #344066;
}