/* Self-hosted Inter, subset to the 104 characters this site actually renders.
   Removes the render-blocking third-party request to fonts.googleapis.com and
   the extra DNS/TLS handshake to fonts.gstatic.com. Devanagari intentionally
   excluded — Hindi falls back to the system UI font.

   One variable file covers every weight the site uses (400/500/600/700/800).
   Shipping five separate @font-face files was 120KB over five requests when the
   source is a single variable font whose wght axis already spans 100-900. */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(../fonts/sub/inter-var.woff2) format('woff2-variations'),
      url(../fonts/sub/inter-var.woff2) format('woff2');
}
