@font-face {
  font-family: "TKT";
  src: url("TKT-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TKT";
  src: url("TKT-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TKT";
  src: url("TKT-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #333 !important;
}