@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
      local(""),
      url("Lato-Regular.ttf");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
      local(""),
      url("Lato-Light.ttf");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
      local(""),
      url("Lato-Bold.ttf");
}
