/* GREENCORE - self-hosted webfonts.

   Inter Tight and Poppins are the two families the design draws
   with; the export loaded both from Google at runtime through
   webfont.js, and they are served from the template instead, so a
   page makes no third-party request.

   Inter Tight also stands in for HELVETICA NEUE, which the export
   shipped as eight raw .otf files. Helvetica Neue is a licensed
   Linotype family that may not be redistributed in a template that
   is sold, and its whole visible surface here is one selector --
   `.button.date-1`, the four metadata labels in the blog detail
   sidebar. Inter Tight is the same kind of neo-grotesque and was
   already being loaded, so the swap costs no extra request.

   Sacramento was in the export's WebFont.load list and is NOT here:
   its custom property is referenced by no rule on any page.

   Inter Tight is Google's variable file, one binary for 100-900.
   Poppins is not variable, so its five weights are five files.

   Both are SIL Open Font License 1.1. */

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

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-0.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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