/**
 * Font self-hosted (GDPR): nessuna richiesta a Google Fonts.
 * File woff2 variabili in assets/fonts/ (licenza SIL Open Font License).
 * Finché i file non sono presenti, il browser usa i fallback di sistema.
 */

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('../fonts/cormorant-garamond.woff2') format('woff2');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 300 500;
	font-display: swap;
	src: url('../fonts/jost.woff2') format('woff2');
}
