body{
	font-family: "Lato", system-ui, sans-serif; 
	
	font-size: 100%;
	line-height: 135%;
	
	font-variant-numeric: oldsyle-nums;
}


h1,h2{
	font-variant: ;
	

}

table.first-table {
	/*border: 1px solid #aaa;*/
	border-collapse: collapse;
	border-spacing: 1em;
	
}
table.first-table >* {
	border:1px solid #888;
	padding: .5em;
}
table.first-table caption {
	caption-side:bottom;
}

table.first-table thead td {
	border:none;
}
table.first-table tbody tr:nth-child(even)  { 
	background-color: #add;
}
	
	