/*
 * Satoshi 字体自托管声明文件
 * 原本通过 fontshare 第三方 CDN 加载，现改为插件自带字体文件
 * 路径均相对本文件所在目录（assets/），即 assets/fonts/*.woff2
 */
@font-face {
	font-family: 'Satoshi';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Satoshi-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Satoshi-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Satoshi-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Satoshi-Black.woff2') format('woff2');
}
