/* RF ingrandire logo */

.pkp_site_name .is_img img {
	max-height: fit-content;
}

/*RF modifica colore menu in alto a destra registrazione login */
.pkp_navigation_user > li > a {
	color: white;
}


/*RF modifica colore menu in alto a destra login hover  */
.pkp_navigation_user > li > a:hover {
  color: white;
}



/*RF modifica colore barra navigazione hover  */
#navigationPrimary a:hover, #navigationPrimary a:focus {
	color: #df6447;
}

/* RF prova eliminazione bordo logo  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper */


/* RF aggiunta font sito  */

html, body {
	font-family: "EB Garamond","Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	font-size: 20px;
}


/*RF margine username autenticato dall'alto */
.pkp_navigation_user > li:last-child > a {
		margin-top: 1rem;
}


/*RF modifica font titoli proposte */
.obj_article_summary > .title {
	font-family: "EB Garamond","Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
