@font-face {
    font-family: 'YHConsolas';
    src: url('YaHei%20Consolas%20Hybrid%201.12.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+4E00-9FA5;
}

html {
    font-size: 17px;
}

* {
    font-family: 'YHConsolas', "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
    font-size: 1rem;
    line-height: 1.6;
}

h1 { font-size: 1.6rem; }
h2 { font-size: 1.3rem; }
h3 { font-size: 1.1rem; }
p, span, div, li, td, th, label, input, textarea, button, a {
    font-size: inherit;
}
