/* ===== 霞鹜文楷字体定义 ===== */
@font-face {
    font-family: 'LXGW WenKai GB';
    src: url('/fonts/LXGWWenKaiGB-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===== 全局字体应用 ===== */
body, .post-content, .article-entry, .layout_post #post .post-content {
    font-family: 'LXGW WenKai GB', 'Georgia', 'Times New Roman', '宋体', serif !important;
}

/* ===== 字号与行距 ===== */
html {
    font-size: 18px;
}

.post-content, .article-entry, .layout_post #post .post-content {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

/* ===== 标题样式 ===== */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
    line-height: 1.4 !important;
}

h1 {
    font-size: 2rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}

h2 {
    font-size: 1.5rem !important;
    margin-top: 1.2rem !important;
    margin-bottom: 0.8rem !important;
}

h3 {
    font-size: 1.25rem !important;
}

h4 {
    font-size: 1.1rem !important;
}

# /* ===== 隐藏 Follow Me 按钮 ===== */
# card-info-btn {
    # display: none !important;
# }