body {
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
  margin: 2rem;
  color: #111;
}

h1 {
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 600;
}

nav a {
  margin-right: 1rem;
  text-decoration: none;
  color: #0056b3;
}

nav a:hover {
  text-decoration: underline;
}
