.date {
	font-style: italic;
	font-variant: normal;
	font-size: small;
}

.titolo {
	font-size: xx-large;
	font-weight: bold;
	color: gray;
}

.post {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
}

.lista-data {
	font-style: italic;
	font-variant: normal;
	font-size: small;
}

.lista-titolo {
	font: x-large Poppins, sans-serif;
	color: gray;
}

.lista-post {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
}


.tags-large {
	font-variant: small-caps;
	font-size: x-large;
}

.tags-middle {
	font-variant: small-caps;
	font-size: medium;
}

.tags-small {
	font-variant: small-caps;
	font-size: xx-small;
}

