/* 本地字体 - Inter */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Inter.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Inter.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Inter.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Inter.ttf');
}

/* 本地字体 - Noto Sans SC */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSansSC.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansSC.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansSC.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSansSC.ttf');
}

/* Noto Serif SC - 使用 Noto Sans SC 作为替代（原字体服务未返回该字体） */
@font-face {
  font-display: swap;
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSansSC.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansSC.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansSC.ttf');
}
