/**
 * Font del brand LiberaCasa (self-hosted, sottoinsieme latin).
 * Quicksand: titoli / wordmark. Nunito: testi e form. Bebas Neue: kicker.
 */
@font-face {
	font-family: "Quicksand";
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url("../fonts/quicksand.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/nunito.woff2") format("woff2");
}
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 600 700;
	font-display: swap;
	src: url("../fonts/playfair.woff2") format("woff2");
}
