html,
body {
    font-family: 'TeX Gyre Heros', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Noto Sans CJK SC';
}

.serif {
    font-family: 'TeX Gyre Termes', 'Nimbus Roman', 'Times New Roman', 'FreeSerif', 'Noto Serif', serif, 'Noto Serif CJK SC';
}

.sans-serif {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Noto Sans CJK SC';
}

.monospace {
    font-family: 'JetBrains Mono NL', 'Noto Sans Mono', 'TeX Gyre Cursor', monospace, 'Noto Sans CJK SC';
}



table,
tr,
td {
    border: none;
    padding: 0 0 0;
}

td:first-child {
    padding-right: 40px;
    font-weight: 600;
}



[data-render-as-markdown] a {
    text-decoration: underline;
}

[data-render-as-markdown] ul {
    list-style-type: disc;
}

[data-render-as-markdown] ol {
    list-style-type: decimal;
}

[data-render-as-markdown] li {
    margin-left: 2em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
