<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Lato";
  src: url("LatoLatin-Bold.woff2") format("woff2"),
    url("LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("LatoLatin-Italic.woff2") format("woff2"),
    url("LatoLatin-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("LatoLatin-BoldItalic.woff2") format("woff2"),
    url("LatoLatin-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("LatoLatin-Regular.woff2") format("woff2"),
    url("LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Lato", sans-serif;
}
</pre></body></html>