/* 自托管字体：仅在后台选中对应方案时加载此样式。 */
@font-face {
    font-family: 'Zibll Child HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/harmony/HarmonyOS-Sans-SC-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Zibll Child HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/harmony/HarmonyOS-Sans-SC-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Zibll Child HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/harmony/HarmonyOS-Sans-SC-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Zibll Child HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/harmony/HarmonyOS-Sans-SC-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Zibll Child HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/harmony/HarmonyOS-Sans-SC-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'Zibll Child Maoken WangTang';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/maoken/Maoken-WangTang-YuanTi.woff2') format('woff2');
}

/* 鸿蒙：正文以 Regular 为基调，控件和导航使用 Medium，层级标题使用 Bold/Black。 */
body.zibll-child-font-harmony,
body.zibll-child-font-harmony input,
body.zibll-child-font-harmony textarea,
body.zibll-child-font-harmony select,
body.zibll-child-font-harmony button {
    font-family: 'Zibll Child HarmonyOS Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

body.zibll-child-font-harmony .navbar-top,
body.zibll-child-font-harmony .but,
body.zibll-child-font-harmony button,
body.zibll-child-font-harmony .tab-nav,
body.zibll-child-font-harmony .dropdown-menu,
body.zibll-child-font-harmony .form-control {
    font-weight: 500;
}

body.zibll-child-font-harmony h1,
body.zibll-child-font-harmony .wp-posts-content > h1,
body.zibll-child-font-harmony .post-title,
body.zibll-child-font-harmony .article-title {
    font-weight: 900;
}

body.zibll-child-font-harmony h2,
body.zibll-child-font-harmony h3,
body.zibll-child-font-harmony h4,
body.zibll-child-font-harmony h5,
body.zibll-child-font-harmony h6,
body.zibll-child-font-harmony .wp-posts-content > h2,
body.zibll-child-font-harmony .wp-posts-content > h3,
body.zibll-child-font-harmony .widget-title,
body.zibll-child-font-harmony .title-theme {
    font-weight: 700;
}

/* 猫啃网糖圆体：整体统一使用，保留主题图标自身的字体定义。 */
body.zibll-child-font-maoken,
body.zibll-child-font-maoken input,
body.zibll-child-font-maoken textarea,
body.zibll-child-font-maoken select,
body.zibll-child-font-maoken button {
    font-family: 'Zibll Child Maoken WangTang', 'Microsoft YaHei', sans-serif;
}
