/* ---------------------------------------------------------------------------
   Lato, served from the theme

   The theme loaded Lato from Google Fonts. In at least one Safari the
   family came out as an italic serif everywhere it was used — nav, tile
   labels, hover titles — although WebKit itself and Chrome drew it
   correctly, which points at that browser's copy of the Google files (a
   cache, a blocker). Serving the faces from this site under its own URLs
   takes that dependency away, and saves a round trip to two Google hosts.

   The five faces the site asks for, Latin subset, unchanged from Google
   Fonts (Lato v25). Licensed under the SIL Open Font License 1.1 —
   fonts/lato/OFL.txt. The family keeps the name Lato so every rule in
   the parent theme and here resolves to it; inc/fonts.php drops the
   Google stylesheet the theme enqueued.
   --------------------------------------------------------------------------- */

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/lato/lato-300.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/lato/lato-400.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/lato/lato-400-italic.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/lato/lato-700.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/lato/lato-900.woff2") format("woff2");
}
