/* public/fonts/lato.css */
@font-face {
  font-family: "Lato";
  src: url("/fonts/lato/Lato-Light.ttf"), url("/fonts/lato/Lato-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/lato/Lato-Regular.ttf"), url("/fonts/lato/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/lato/Lato-Bold.ttf"), url("/fonts/lato/Lato-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
