@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100 600;
  src: url("./Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700 800;
  src: url("./Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100 600;
  src: url("./Lato-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700 800;
  src: url("./Lato-BoldItalic.ttf") format("truetype");
}
