/* public/styles/fonts.css */

/* Inter Regular */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-v19-latin-regular.woff2') format('woff2'); /* 版本号已修正为 v19 */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter Medium */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-v19-latin-500.woff2') format('woff2'); /* 版本号已修正为 v19 */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Inter Bold */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-v19-latin-700.woff2') format('woff2'); /* 版本号已修正为 v19 */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Inter Black */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-v19-latin-900.woff2') format('woff2'); /* 版本号已修正为 v19 */
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
