
@import url('https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');
body {
  background-color: white;
  color: black;
  font-family: "Lekton", monospace;
  font-weight: 400;
  font-style: normal;
}