/* OBLIQ STUDIO - self-hosted webfonts.

   Interdisplay is the design's primary face and DM Mono its
   secondary; the design sheet reaches both through
   `--font-family--primary-font` / `--secondary-font`, so the family
   names below are spelled exactly as it spells them.

   The export loaded DM Mono from Google at runtime through
   webfont.js -- a render-blocking third-party script on every page --
   and shipped Inter Display as four raw .ttf files totalling 1.6 MB.
   Both are served from the template here instead: converted to
   woff2 and subset to Latin + Latin Extended, which is every glyph
   this template can draw.

   Inter Display is SIL Open Font License 1.1, as is DM Mono. */

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

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

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

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

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

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

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