/* Syne - 本地托管 */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/Syne-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./fonts/Syne-800.ttf') format('truetype');
}

/* DM Sans - 本地托管 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./fonts/DM_Sans-300.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/DM_Sans-400.ttf') format('truetype');
}

/* Noto Serif SC - 使用国内可访问的镜像 CDN */
@import url('https://fonts.font.im/css2?family=Noto+Serif+SC:wght@300;400&display=swap');
