:root {
  color-scheme: light;
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  background: #f7f8fa;
  color: #18212f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f7f8fa;
}

#app {
  min-height: 100vh;
}
