@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap');

body {
    font-family: 'Noto Sans SC', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.nav-link, .page-btn, .submit-btn, .confirm-btn {
    font-weight: 500;
}

.post-content {
    font-size: 0.95rem;
}