.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");
} */

@font-face {
    font-family: 'moonbridge';
    src: url('https://cdn.jsdelivr.net/gh/TaylorLottner/CDN@master/TYPES/moonbridge/moonbridge.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/TaylorLottner/CDN@master/TYPES/moonbridge/moonbridge.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/TaylorLottner/CDN@master/TYPES/moonbridge/moonbridge.ttf') format('truetype');
}

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 !important;
    will-change: contents;
}

*:not(.icon *, .Button--icon *, .fas, .timer *, .state *, .time, .list>.control>button, .v86 a, i, .dialog-title),
body,
html {
    font-weight: 400;
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif;
}

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; */
}

i {
    font-family: "Font Awesome 6 Free" !important;
}

.dialog-title {
    /* font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif; */
    font-weight: 700 !important;
}
