/**
 * 前台全局排版 — 与后台共用 Noto Sans SC
 */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--maccms-font-sans) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1, "liga" 1;
}

button,
input,
select,
textarea {
    font-family: inherit;
}
