.todo button, li button {
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.todo, .todos li {
  background-color: #1e1e2e;
}

.tag {
  color: #89dceb;
}

.pri {
  color: #cba6f7;
}

.prj {
  color: #a6e3a1;
}

.date {
  color: #b4befe;
}

.ctx {
  color: #f9e2af;
}

.kvpair {
  color: #89b4fa;
}

.word {
  color: #cdd6f4;
}

.done {
  color: #9399b2;
}

html {
  box-sizing: border-box;
}

html * {
  box-sizing: inherit;
}

body {
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  text-rendering: optimizeLegibility;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  font: 400 14px / 1.4 Inter, sans-serif;
}
