/* Self-hosted Inter (variable, latin) — replaces the Google Fonts CDN so the
   case study pages render with their final font immediately, with no FOUT/flash
   and no external network request. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/fonts/inter/InterVariable.woff2') format('woff2');
}
