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

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

body {
  margin: 0;
  font-family: "Lato", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

input,
select {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
