/* Match the typography and paragraph spacing of yhxy.html.
   Important declarations override formatting imported with the document text. */
body {
    margin: 0;
    padding: 1vw 3vw;
    font-family: DengXian, "等线", Aptos, sans-serif;
    font-size: 12pt;
    line-height: 115%;
    color: #000;
}

body * {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 8pt !important;
    padding: 0 !important;
    text-align: left !important;
    text-indent: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
