html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #f6f7f8;
  color: #17212b;
}

* {
  box-sizing: border-box;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

code {
  font-family:
    "SFMono-Regular",
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
}
