/**
 * 自托管 Web 字体（本地 woff2，不外链 Google Fonts CDN）。
 * 正文用 Inter（"Come Sans"），标题用 Manrope（"Come Display"），均为 SIL Open Font License 开源字体。
 */

@font-face {
	font-family: 'Come Sans';
	src: url('../fonts/inter-latin-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Come Sans';
	src: url('../fonts/inter-latin-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Come Sans';
	src: url('../fonts/inter-latin-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Come Display';
	src: url('../fonts/manrope-latin-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Come Display';
	src: url('../fonts/manrope-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
