/* 本地字体 — 对齐 home/eco.html：标题 Cormorant Garamond，正文 Avenir / Inter */

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('../fonts/cormorant-garamond/CormorantGaramond-Variable.ttf') format('truetype');
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('../fonts/cormorant-garamond/CormorantGaramond-Italic-Variable.ttf') format('truetype');
	font-weight: 300 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter/Inter-Variable.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
