p {
    font-family: 'Fira Sans', 'Nunito', 'Segoe UI', 'Arial', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    /* text-shadow: 0 1px 2px rgba(200,200,200,0.15); */
    /* color: #444; */
}


h1 {
    font-family: 'Montserrat', 'Segoe UI', 'Arial Black', 'Arial', sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-shadow: 0 2px 8px rgba(106,17,203,0.12);
}

h4 {
    font-family: 'Montserrat', 'Segoe UI', 'Arial Black', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: 0.06em;
    color: #2575fc;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 4px rgba(106,17,203,0.10);
}

/* Section Styles */
/* section {
    padding: 2rem;
    margin: 1rem auto;
    max-width: 800px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
} */

section a {
    text-decoration: none;
    font-family: 'Fira Sans', 'Nunito', 'Segoe UI', 'Montserrat', 'Arial Rounded MT Bold', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    font-weight: 600;
    color: #2575fc;
    letter-spacing: 0.04em;
    display: inline-block;
    margin-top: 0;
    transition: transform 0.2s;
}
section a:hover {
    transform: scale(1.18);
}

section h2 {
    color: #6a11cb;
    margin-bottom: 1rem;
}

section p {
    margin-bottom: 1rem;
}

section img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 1rem;
}

/* Article Styles */
article {
    margin-bottom: 2rem;
}

article h3 {
    color: #2575fc;
    margin-bottom: 0.5rem;
    text-align: center;
}

article p {
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
    font-family: 'KaiTi', '楷体', 'STKaiti', 'KaiTi_GB2312', serif;
    font-size: 1.25rem;
}