/* ==========================================================================
   THREE FACES

   Megalito Slab   the highlight. The studio's name and nothing else that
                   isn't load-bearing. It is a voice, not a workhorse, and
                   the moment it appears twice on a screen it stops being
                   a highlight.
   Inria Serif     titles and running text.
   Xanh Mono       labels, specs, captions. A serif monospace, which is what
                   a printer's docket is set in.

   Supplied as TTF and converted here to woff2: 764 KB down to 273 KB.

   Inria ships Light as its own family name ("Inria Serif Light"), which
   would mean two families and a fight over which one `font-weight` applies
   to. These declarations fold it back in as weight 300 of one family, so
   the whole range is reachable from a single font-family.
   ========================================================================== */

@font-face{
  font-family:'Megalito Slab';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('fonts/megalito-slab-ffp.woff2') format('woff2');
}

@font-face{
  font-family:'Inria Serif';
  font-style:normal; font-weight:300; font-display:swap;
  src:url('fonts/inriaserif-light.woff2') format('woff2');
}
@font-face{
  font-family:'Inria Serif';
  font-style:italic; font-weight:300; font-display:swap;
  src:url('fonts/inriaserif-lightitalic.woff2') format('woff2');
}
@font-face{
  font-family:'Inria Serif';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('fonts/inriaserif-regular.woff2') format('woff2');
}
@font-face{
  font-family:'Inria Serif';
  font-style:italic; font-weight:400; font-display:swap;
  src:url('fonts/inriaserif-italic.woff2') format('woff2');
}
@font-face{
  font-family:'Inria Serif';
  font-style:normal; font-weight:700; font-display:swap;
  src:url('fonts/inriaserif-bold.woff2') format('woff2');
}
@font-face{
  font-family:'Inria Serif';
  font-style:italic; font-weight:700; font-display:swap;
  src:url('fonts/inriaserif-bolditalic.woff2') format('woff2');
}

@font-face{
  font-family:'Xanh Mono';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('fonts/xanhmono-regular.woff2') format('woff2');
}
@font-face{
  font-family:'Xanh Mono';
  font-style:italic; font-weight:400; font-display:swap;
  src:url('fonts/xanhmono-italic.woff2') format('woff2');
}
