﻿
.leofont {
	font-family: 'Special Elite', cursive;
}

/*  To embed copy the code into the <head> of your html
	<link rel="preconnect" href="https://fonts.gstatic.com">
	<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">
*/


/* per limitare height delle pics nelle modal  */	
.carousel-item img {
	max-height:720px;
}