@font-face {
  font-family: "Lato";
  src: url("./Lato-Regular.ttf");
}

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

@font-face {
  font-family: "Lato";
  src: url("./Lato-Light.ttf");
  font-weight: 300;
}
