@font-face {
    font-family: "customLato";
    src: url("fonts/Lato-Regular.ttf");
}

body{
  font-family: customLato, Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
