@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Inter:wght@400;500&display=swap');

body {
  font-family: 'Inter', sans-serif;
  color: #222;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

.quarto-title h1 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.quarto-title-meta {
  font-size: 12px;
  color: #999;
  margin-bottom: 1.5rem;
}

.work-meta {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #aaa;
  margin-bottom: 1.5rem;
}

#quarto-document-content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 2rem;
}

#quarto-document-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 1.2rem;
  max-width: 680px;
}

#quarto-document-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 400;
  color: #111;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

#quarto-document-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

#quarto-document-content ul,
#quarto-document-content ol {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  max-width: 680px;
  margin-bottom: 1.2rem;
  padding-left: 1.5rem;
}

#quarto-document-content li {
  margin-bottom: 0.5rem;
}

.hero-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-link {
  font-size: 12px;
  color: #555;
  border: 0.5px solid #ccc;
  border-radius: 8px;
  padding: 5px 12px;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}

.hero-link:hover {
  border-color: #888;
  color: #111;
}

hr {
  border: none;
  border-top: 0.5px solid #e5e5e5;
  margin: 2rem 0;
}
