/* Inter Font - Local Version */
/* Generated from Google Fonts - Inter */

/* Inter Light */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('webfonts/Inter-Light.woff2') format('woff2'),
       url('webfonts/Inter-Light.woff') format('woff');
}

/* Inter Regular */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('webfonts/Inter-Regular.woff2') format('woff2'),
       url('webfonts/Inter-Regular.woff') format('woff');
}

/* Inter Medium */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('webfonts/Inter-Medium.woff2') format('woff2'),
       url('webfonts/Inter-Medium.woff') format('woff');
}

/* Inter SemiBold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('webfonts/Inter-SemiBold.woff2') format('woff2'),
       url('webfonts/Inter-SemiBold.woff') format('woff');
}

/* Inter Bold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('webfonts/Inter-Bold.woff2') format('woff2'),
       url('webfonts/Inter-Bold.woff') format('woff');
}

/* Inter Variable Font - 使用现有字体文件替代缺失的变量字体 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('webfonts/Inter-Regular.woff2') format('woff2');
}

/* Apply font to body */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}