/* 基础样式 */
body {
    font-family: 'Instrument Sans', sans-serif;
    background-color: #f8fafc;
    color: #1a202c;
}

