:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f211f;
  background: #f7f3ea;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.65;
}

main {
  width: min(760px, calc(100% - 32px));
  margin: 48px auto;
  padding: 40px;
  border: 1px solid #ded4c2;
  border-radius: 24px;
  background: #fffdfc;
  box-shadow: 0 18px 50px rgba(31, 33, 31, 0.08);
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: clamp(2rem, 7vw, 3.25rem);
}

h2 {
  margin-top: 2rem;
  font-size: 1.35rem;
}

a {
  color: #725b29;
}

.eyebrow,
.updated {
  color: #706c64;
  font-size: 0.85rem;
}

.eyebrow {
  font-weight: 700;
  letter-spacing: 0.14em;
}

.button {
  display: inline-block;
  margin: 12px 0;
  padding: 12px 18px;
  border-radius: 12px;
  color: #fffdfc;
  background: #1f211f;
  font-weight: 700;
  text-decoration: none;
}

footer {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #ded4c2;
  color: #706c64;
  font-size: 0.9rem;
}

@media (max-width: 560px) {
  main {
    margin: 16px auto;
    padding: 24px;
  }
}
