html {
    font-family: 'HDFont', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

a {
    color: #333;
    text-decoration: none;
}

.font-plain {
    font-family: 'HDFont', sans-serif;
}

@media screen and (max-width: 1340px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    html {
        font-size: 13px;
    }
}


