@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Figtree:wght@400;600;700&display=swap');

body {
  font-family: 'Figtree', -apple-system, sans-serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  line-height: 1.7;
  color: #16301f;
  background: #efeadb;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #efeadb;
  background: #16301f;
  padding: 11px 20px 11px 16px;
  border-radius: 100px;
  box-shadow: 0 14px 34px -18px rgba(22,48,31,0.5);
  margin-bottom: 32px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.back-link:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -14px rgba(22,48,31,0.55); }
h1 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  color: #16301f;
  font-size: 34px;
}
h2 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  color: #16301f;
  font-size: 1.15em;
  margin-top: 2em;
}
a { color: #2f6b3a; }
