/* ============================================================
   Tavina PWA — Self-hosted font stack
   Inter (UI/chat) + Caveat (agent name handwriting)
   No external CDN calls. All fonts served from /fonts/.
   Issue: tavina/tavina#452
   ============================================================ */

/* ── Inter Variable (UI text — weights 100–900) ── */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter/InterVariable-Italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ── Caveat Variable (agent name handwriting — weights 400–700) ── */
@font-face {
  font-family: 'Caveat';
  src: url('/fonts/caveat/Caveat-Variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
