html,
body {
  height: 100vh;
  margin: 0;
  font-family:
    'Inter',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  line-height: 1.6;
  color: #0a0a0a;
  font-weight: 400;
  letter-spacing: -0.011em;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.app {
  height: 100%;
  display: contents;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  letter-spacing: -0.03em;
}

/* Restore proper list styling */
ul,
ol {
  margin: 16px 0;
  padding-left: 24px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin: 8px 0;
  line-height: 1.6;
}
