/* BIRD NIAO 自托管字体 — SIL OFL 可商用；由 bird-niao-pc-source/scripts/copy-fonts-to-h5.mjs 生成 */

@font-face {

  font-family: 'Cormorant Garamond';

  font-style: normal;

  font-display: swap;

  font-weight: 400;

  src: url('/fonts/vendor/cormorant-garamond-latin-400.woff2') format('woff2');

}


@font-face {

  font-family: 'Cormorant Garamond';

  font-style: normal;

  font-display: swap;

  font-weight: 500;

  src: url('/fonts/vendor/cormorant-garamond-latin-500.woff2') format('woff2');

}


@font-face {

  font-family: 'Cormorant Garamond';

  font-style: normal;

  font-display: swap;

  font-weight: 600;

  src: url('/fonts/vendor/cormorant-garamond-latin-600.woff2') format('woff2');

}


@font-face {

  font-family: 'Noto Sans SC';

  font-style: normal;

  font-display: swap;

  font-weight: 400;

  src: url('/fonts/vendor/noto-sans-sc-400.woff2') format('woff2');

}


@font-face {

  font-family: 'Noto Sans SC';

  font-style: normal;

  font-display: swap;

  font-weight: 500;

  src: url('/fonts/vendor/noto-sans-sc-500.woff2') format('woff2');

}


:root {

  --bn-font-display-en: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;

  --bn-font-display-zh: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;

  --bn-font-display: 'Cormorant Garamond', 'Noto Sans SC', 'PingFang SC', 'Helvetica Neue', sans-serif;

  --bn-font-sans: 'Noto Sans SC', 'PingFang SC', 'Helvetica Neue', 'Microsoft YaHei', Arial, sans-serif;

  --bn-font-chrome: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;

}

