/* Tipografia utilizzata in tutto il sito */


@font-face {
	font-family: fabbrica-light;
	src: url("../font/FabbricaSharp-Light.otf");
}

@font-face {
	font-family: fabbrica-book;
	src: url("../font/FabbricaSharp-Book.otf");
}

@font-face {
	font-family: fabbrica-regular;
	src: url("../font/FabbricaSharp-Regular.otf");
}

@font-face {
	font-family: fabbrica-bold;
	src: url("../font/FabbricaSharp-Bold.otf");
}

@font-face {
	font-family: geist-regular;
	src: url("../font/GeistMono-Regular.ttf");
}



.titolo-massimo {
	font-size: 5rem;
	font-family: fabbrica-light;
	font-style: normal;
	line-height: 114.96%;
	text-decoration: none;
	text-transform: none;
}

.titolo-grande {
	font-size: 2.625rem;
	font-family: fabbrica-light;
	line-height: 125%;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.titolo-medio {
	font-size: 1.75rem;
	line-height: 125%;
	font-family: fabbrica-book;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.titolo-piccolo {
	font-size: 1.375rem;
	line-height: 125%;
	font-family: fabbrica-regular;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.titolo-piccolo-serif {
	font-size: 1.375rem;
	line-height: 125%;
	font-family: "calvino", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.testo-grande {
	font-size: 1.25rem;
	line-height: 125%;
	font-family: fabbrica-book;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.testo-base {
	font-size: 1rem;
	line-height: 125%;
	font-family: fabbrica-book;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.testo-piccolo {
	font-size: 0.95rem;
	line-height: 125%;
	font-family: fabbrica-regular;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.testo-piccolissimo {
	font-size: 0.625rem;
	font-family: fabbrica-regular;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.label-grande {
	font-size: 1.05rem;
	font-family: geist-regular;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.label-media {
	font-size: 0.95rem;
	font-family: geist-regular;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.label-piccola {
	font-size: 0.688rem;
	font-family: geist-regular;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
}


@media screen and (max-width: 1024px) {
	.titolo-massimo {
		font-size: 4rem;
	}
}




@media screen and (max-width: 700px) {
	.titolo-grande {
		font-size: 2.1rem;
	}

	.titolo-medio {
		font-size: 1.5rem;
	}

	.titolo-massimo {
		font-size: 3rem;
	}
}