/*
 * Visit Amed - font self-hostati
 * Posiziona i file .woff2 in questa stessa cartella /fonts/.
 * Nomi attesi (vedi istruzioni di download):
 *   cormorant-garamond-400.woff2
 *   cormorant-garamond-500.woff2
 *   cormorant-garamond-600.woff2
 *   cormorant-garamond-400-italic.woff2
 *   inter-400.woff2
 *   inter-500.woff2
 *   inter-600.woff2
 */

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

/* ---- Inter (testo) ---- */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('inter-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('inter-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('inter-600.woff2') format('woff2');
}
