:root {
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  line-height: 1.5;
  color-scheme: light dark;
  color: white;
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, :before, :after {
  display: border-box;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1, p {
  margin: 0;
}

.card {
  border: 1px solid white;
  border-radius: 4px;
  padding: 1.5em;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #242424;
    background-color: white;
  }
  .card {
    border: 1px solid #242424;
  }
}

/*# sourceMappingURL=style.css.map */
