/* Uses local installed Lato if available */
@font-face {
  font-family: "Lato";
  src: local("Lato"), local("Lato Regular");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
