@import url(content.css);
@import url(small-x.css) only screen and (max-width: 768px);
@import url(small.css) only screen and (min-width: 768px);
@import url(medium.css) only screen and (min-width: 960px);
@import url(big.css) only screen and (min-width: 1200px);


@font-face{font-family:HarmonyOS_Sans_SC_Medium !important;font-style:normal;font-display:swap;
    src:url(../fonts/HarmonyOS_Sans_SC_Medium.subset.woff2) format('woff2')}
*{font-family:HarmonyOS_Sans_SC_Medium !important}