/*
 Theme Name: 
 Description: 
 Author: 
 Template:     Modular
 Version:      0.1
*/


@font-face {
    font-family: "hl";

    src:
        url('fonts/HarmonyOS_Sans_SC_Light_subset.woff2') format('woff2'),
        /* Super Modern Browsers */

        url('fonts/HarmonyOS_Sans_SC_Light_subset.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-display: swap;
}

body {
    max-width: 100%;
    margin: 0;
    font-family: "hl","Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif!important;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #000;
}
