/* Google Fonts - Inter and Roboto Mono (Variable Fonts) */
/* 可变字体配置，支持多种字重 */

/* Inter Variable Font - Regular */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/google/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

/* Inter Variable Font - Italic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/google/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
}

/* Roboto Mono Variable Font */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/google/RobotoMono-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/google/RobotoMono-Italic-VariableFont_wght.ttf') format('truetype');
}