/* ============================================
   Ma Shan Zheng（马善政字体）- 本地加载
   用于标题文字，如"耶鲁儿童天赋测评"、"填写宝贝信息"
   ============================================ */
@font-face {
    font-family: 'Ma Shan Zheng';
    src: url('fonts/MaShanZheng-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Noto Sans SC（思源黑体）- 网络字体 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&display=swap');
