/*
 * Self-hosted Inter (replaces the Google Fonts stylesheet Chainlit loads by
 * default) so no page requests fonts.googleapis.com / fonts.gstatic.com.
 * Weights 400/500/700 match Chainlit's original `family=Inter:wght@400;500;700`.
 * woff2 vendored from @fontsource/inter (v5.3.0), latin subset. SIM V2383299360.
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-latin-700-normal.woff2') format('woff2');
}
