/* Self-hosted variable fonts — one file per family covers every weight,
   so the browser only has to fetch 2 font files (not 9), avoiding the
   connection-queueing delay that many small font files caused. */

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/sora-variable.woff2') format('woff2-variations'), url('/fonts/sora-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-variable.woff2') format('woff2-variations'), url('/fonts/inter-variable.woff2') format('woff2');
}
