﻿
body {
    font-family: "noto sans", arial, sans-serif;
    line-height: normal;
    
}

ol.trad-chinese-formal-list {
    list-style-type: trad-chinese-formal;
    font-size: 21px;
    font-weight: bold;
}

.trad-chinese-informal-list {
    list-style-type: trad-chinese-informal;
    font-size: 17px;
    font-weight: bold;
}

ol.decimal-with-parentheses-list {
    counter-reset: decimal-with-parentheses;
}

ol.decimal-with-parentheses-list > li {
    list-style: none;
}

ol.decimal-with-parentheses-list > li:before {
    content: "(" counter(decimal-with-parentheses, decimal) ") ";
    counter-increment: decimal-with-parentheses;
}

.p {
    font-weight: normal;
    font-size: 17px;
}

.article {
    padding: 1rem;
}

.h3 {
    font-size: 26px;
    font-weight: bold;
}

.caption {
    font-size: 13px;
    font-weight: normal;
}

.bold-with-underline {
    font-weight: bold;
    text-decoration: underline;
}

.p-with-indent {
    text-indent: 2em;
}