/* GREENAXIS - self-hosted webfont.

   Urbanist is the design's only family. 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.

   It is one variable file covering 100-900, so the five weights the
   export asked for (300, 400, 500, 600, 700) all come out of this
   single face rather than five separate downloads.

   SIL Open Font License 1.1. */

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