/* ============================================================
   Onboarding Studio - Fonts
   Fuentes locales servidas desde /fonts/. Sin CDN externos.
   ============================================================ */

/* Inter Variable - peso 100..900 en un solo archivo */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter-VariableFont_opsz_wght.woff2') format('woff2-variations'),
       url('/fonts/Inter-VariableFont_opsz_wght.woff2') format('woff2');
}

/* JetBrains Mono - pesos 400 y 500 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-Medium.ttf') format('truetype');
}
