/* =========================================================================
   Handknitted — Self-hosted fonts
   -------------------------------------------------------------------------
   Nexa is a licensed font (Fontfabric). NexaRegular.woff2/.woff are the
   client's licensed files, taken from their live site (handknitted.is,
   wp-content/uploads/fonts/). Fallback font is Inter (Google Fonts).

   Only the 400 face may be declared: no bold cut is licensed (the live
   site has none either), and declaring a 700 face whose files 404 makes
   browsers fall back to the NEXT family (Inter) for every bold heading
   instead of synthesizing bold from Nexa 400. With just this face, bold
   text is browser-synthesized from Nexa Regular, matching the design.
   If a licensed NexaBold is ever bought, add its 700 face back here.
   ========================================================================= */

@font-face {
	font-family: "Nexa";
	src: url("../fonts/nexa/NexaRegular.woff2") format("woff2"),
	     url("../fonts/nexa/NexaRegular.woff")  format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
