/* FORMIX - self-hosted webfont.

   Inter Tight is the family the design draws with. The export loaded
   it from Google at runtime through webfont.js; it is served from the
   template instead, so a page makes no third-party request.

   Google serves Inter Tight as ONE variable file, so a single face
   covers the 300-700 range the design asks for. Only the `latin`
   subset is shipped -- nothing in this template draws Cyrillic or
   Greek.

   The design's other family, `--font-family--heading-font`, is the
   system stack Arial / Helvetica Neue / Helvetica and downloads
   nothing. */

@font-face {
  font-family: 'Inter Tight';
  src: url('InterTight.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
