body {
  font-family: "EB Garamond", serif;
  background-color: #f7f7f6;
  color: #1f1f1f;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}

/* Make full-width sections escape Quarto's centered layout */
.page-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Full-width banner styling */
.banner img {
  width: 100%;
  height: 320px; /* Adjust height if you want */
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}

/* Keep inner content centered and readable */
.narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}



/* Portrait */
.portrait img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #d3d3d3;
  margin: 2rem auto 1rem;
  display: block;
}

/* Typography */
h1 {
  font-weight: 500;
  font-size: 2rem;
  color: #2b2b2b;
  margin-bottom: 0.3rem;
}

.subtitle {
  color: #6b6b6b;
  font-size: 1rem;
  margin-top: 0;
}

p {
  font-size: 1.05rem;
  color: #2e2e2e;
  margin: 1rem auto;
  max-width: 700px;
}

/* Footer */
.quarto-footer {
  font-size: 0.9rem;
  color: #888;
  border-top: 1px solid #e0e0e0;
  padding: 1rem 0;
  margin-top: 3rem;
}
