/* fonts come from google-webfonts-helper https://gwfh.mranftl.com/fonts */
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../site/font/noto-sans-sc/noto-sans-sc-v26-chinese-simplified_latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../site/font/noto-sans-sc/noto-sans-sc-v26-chinese-simplified_latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../site/font/noto-sans-sc/noto-sans-sc-v26-chinese-simplified_latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../site/font/noto-sans-sc/noto-sans-sc-v26-chinese-simplified_latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../../site/font/noto-sans-sc/noto-sans-sc-v26-chinese-simplified_latin-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../site/font/noto-serif-sc/noto-serif-sc-v22-chinese-simplified_latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../site/font/noto-serif-sc/noto-serif-sc-v22-chinese-simplified_latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../site/font/noto-serif-sc/noto-serif-sc-v22-chinese-simplified_latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../site/font/noto-serif-sc/noto-serif-sc-v22-chinese-simplified_latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../../site/font/noto-serif-sc/noto-serif-sc-v22-chinese-simplified_latin-900.woff2') format('woff2');
}

:root {
    --site-sans-font-family: 'Microsoft YaHei', 'Noto Sans SC', 'Helvetica Neue', Helvetica, Tahoma, Arial, 'PingFang SC', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    --site-serif-font-family: 'Noto Serif SC', serif;
}

body {
    font-family: var(--site-sans-font-family);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
