/* PUCHIX STUDIO - self-hosted webfonts.

   Urbanist is the one family the design uses, at four weights. The export
   shipped it as four static TrueType files and loaded them from its own
   `/fonts` directory -- there was no Google Fonts stylesheet and no
   `webfont.js` in this export -- so nothing third-party had to be removed.

   These are those same four files re-encoded as WOFF2: identical outlines and
   identical metrics, about 60% smaller. They are NOT Google's variable build
   of Urbanist, which is a different version with different metrics; keeping
   the export's own binaries is what makes the converted pages measure the
   same as the export.

   Urbanist v1.303 by Corey Hu, SIL Open Font License 1.1. */

@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('Urbanist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
