/* @font-face {
			font-family: 'PingFang SC';
			src: url(../font/PingFangSC-Regular.woff2);
			font-weight: 500;
			font-style: normal;
		}
	
		@font-face {
			font-family: 'PingFang SC';
			src: url(../font/PingFang SC-Medium.woff2);
			font-weight: 600;
			font-style: normal;
		}
		@font-face {
			font-family: 'PingFang SC';
			src: url(../font/PingFang SC-Light.woff2);
			font-weight: 400;
			font-style: normal;
		} */

	html,
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	a,
	span,
	div,
	strong,
	p,
	ul,
	ol,
	dl,
	li,
	.idas {
		font-family: Inter, PingFang SC, system, -apple-system, BlinkMacSystemFont,
			Segoe UI, Microsoft YaHei, wenquanyi micro hei, Hiragino Sans GB,
			Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans,
			Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
		--font-family-sans-serif: Inter, PingFang SC, system, -apple-system,
			BlinkMacSystemFont, Segoe UI, Microsoft YaHei, wenquanyi micro hei,
			Hiragino Sans GB, Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell,
			Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		-moz-osx-font-smoothing: grayscale;
	}
@font-face {
  font-family: Inter;
  src: url(../font/Inter-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(../font/Inter-Medium.woff2);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(../font/Inter-SemiBold.woff2);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(../font/Inter-Bold.woff2);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(../font/Inter-ExtraBold.woff2);
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
