/* Self-hosted Inter. The house standard is font-src 'self' data: — see
   staticwebapp.config.json — so the Google Fonts link this replaces was a
   deviation that would have broken whenever that policy is enforced.

   Two weights only: Inter Tight was requested but never used, and 400/700 are
   94% of the weight declarations in the design this rebuild reproduces. */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
