/* 阙外自托管字体 v2 — Phase 5 */
/* Inter (Latin): 自托管 woff2 (优先) + ttf (兜底) */
/* Noto Serif SC (中文): 系统字体优先，Google Fonts 仅做国际兜底 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Inter'),
       url('/fonts/inter-400.woff2') format('woff2'),
       url('/fonts/inter-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Inter'),
       url('/fonts/inter-500.woff2') format('woff2'),
       url('/fonts/inter-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Inter'),
       url('/fonts/inter-600.woff2') format('woff2'),
       url('/fonts/inter-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Inter'),
       url('/fonts/inter-700.woff2') format('woff2'),
       url('/fonts/inter-700.ttf') format('truetype');
}
