/* Generated by makeover-build from makeover. Do not edit.
   Two needs, two names, then a system generic. The faces are cut by
   quasi-type from Atkinson Hyperlegible plus the house glyph set, and
   both are variable over wght 200-800 in one file, which is why the
   @font-face rules name the range. The mono face opens at ExtraLight.
   A third token here is this product's own brand face, declared as an
   override in its build script. */

@font-face {
  font-family: "Quasi Mono";
  src: url("/static/fonts/QuasiMono.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quasi Body";
  src: url("/static/fonts/QuasiBody.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Young Serif";
  src: url("/static/fonts/ysrf.woff2") format("woff2"),
       url("/static/fonts/ysrf.ttf") format("truetype");
  font-display: swap;
}

:root {
  --font-mono: "Quasi Mono", monospace;
  --font-sans: "Quasi Body", sans-serif;
  --font-display: "Young Serif", serif;
}
