/* ============================================
   润生药业 - 本地字体样式
   Noto Sans SC / Noto Serif SC 本地化替换
   ============================================ */

/* Noto Sans SC - 无衬线字体 */
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 300;
    src: url('/res/runsheng/fonts/noto-sans-sc-300.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    src: url('/res/runsheng/fonts/noto-sans-sc-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500;
    src: url('/res/runsheng/fonts/noto-sans-sc-500.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    src: url('/res/runsheng/fonts/noto-sans-sc-700.woff2') format('woff2');
    font-display: swap;
}

/* Noto Serif SC - 衬线字体 */
@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 400;
    src: url('/res/runsheng/fonts/noto-serif-sc-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 600;
    src: url('/res/runsheng/fonts/noto-serif-sc-600.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 700;
    src: url('/res/runsheng/fonts/noto-serif-sc-700.woff2') format('woff2');
    font-display: swap;
}

/* 字体回退方案 */
.font-noto-sans {
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

.font-noto-serif {
    font-family: 'Noto Serif SC', 'Times New Roman', 'SimSun', serif;
}