@font-face {
    font-family: "Maple Mono Combined";
    src: local("Maple Mono NF");
    unicode-range: U+0000-00FF, U+0100-024F;
    /* 拉丁字符 */
}

@font-face {
    font-family: "Maple Mono Combined";
    src: local("Maple Mono NF CN");
    unicode-range: U+4E00-9FFF, U+3400-4DBF;
    /* 中文字符 */
}

#article-container pre,
#article-container code {
    /* font-family: "Maple Mono NF", "Maple Mono NF CN", monospace !important; */
    font-family: "Maple Mono Combined", monospace !important;
    font-feature-settings: "calt" 1, "cv01" 1, "cv02" 1, "cv61" 1, "cv62" 1, "cv66" 1, "ss03" 1;
    font-weight: normal;
}

#article-container figure.highlight.verilog td.code pre {
    font-feature-settings: "cv63" 1, "calt" 1, "cv01" 1, "cv02" 1, "cv61" 1, "cv62" 1, "cv66" 1, "ss03" 1 !important;
}

.mermaid {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
}

.mermaid svg {
    display: block !important;
    margin: 0 auto !important;
}

#article-container pre.mermaid {
    background: transparent !important;
}

#article-container h2 {
    font-size: 1.6em !important;
}

#article-container h3 {
    font-size: 1.25em !important;
}

#article-container h4 {
    font-size: 1.1em !important;
}

#article-container h5 {
    font-size: 1em !important;
    font-weight: normal !important;
    font-style: italic !important;
}