.gradient-shadow {
	box-shadow: 20px 5px 30px #cf77f3, 0 5px 30px #009bff, -10px 5px 30px #2ac9db;
	background-image: linear-gradient(-90deg, #cf77f3, #009bff 47%, #2ac9db);
}

/* @font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	src: url("../resource/HarmonyOS_Sans_SC_Medium.woff") format("woff"),
	url("https://resource-1305389726.cos.ap-nanjing.myqcloud.com/HarmonyOS_Sans_SC_Medium.woff") format("woff");
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	src: url("https://resource-1305389726.cos.ap-nanjing.myqcloud.com/HarmonyOS_Sans_SC_Bold.woff") format("woff");
} */

body * {
	/*font-family: "SofiaProRegular",-apple-system,Helvetica,BlinkMacSystemFont,"Segoe UI",Ubuntu,Cantarell,Oxygen,Roboto,Arial,sans-serif;*/
	/*-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;*/
	font-smooth: always !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-moz-osx-font-smoothing: grayscale
}

*:not(.fas, i) {
	font-weight: 400;
	font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif !important;
}

strong,
h1,
h2,
h3,
b,
.title.h,
.dialog-title,
button {
	font-weight: 600 !important;
	/* font-family: "HarmonyOS_Sans_SC_Bold", "HarmonyOS_Sans_SC_Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif !important; */
}
