@font-face {
  font-family: "Lato";
  src:
    local("Lato Light"),
    local("Lato-Light"),
    url("LatoLatin-Light.woff2") format("woff2"),
    url("LatoLatin-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Lato";
  src:
    local("Lato Regular"),
    local("Lato-Regular"),
    url("LatoLatin-Regular.woff2") format("woff2"),
    url("LatoLatin-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Lato";
  src:
    local("Lato Bold"),
    local("Lato-Bold"),
    url("LatoLatin-Bold.woff2") format("woff2"),
    url("LatoLatin-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
