@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
footer {
  display: none;
}

body {
  font-family: 'Inter', sans-serif;
}

.wy-nav-content {
  max-width: 720px;
  margin: 0 auto;
}

h1, h2, h3 {
  margin-top: 2rem;
}

p {
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: underline;
}

