body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  margin: 40px auto;
  max-width: 800px;
  color: #1A1A1A;
  background: #F5F5F5;
}

h1, h2, h3 {
  font-family: "Georgia", serif;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #1A1A1A;
}

a {
  color: #3A3A3A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: 0;
  border-top: 1px solid #E0E0E0;
  margin: 40px 0;
}
