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

body{
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  max-width: 720px;
  margin: 60px auto;
  padding: 0 20px;
  line-height: 1.8;
  color: #222;
  background: #fafafa;
}

h1, h2{
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}

h1{
  font-size: 2rem;
  margin-bottom: 0.5em;
}

h2{
  margin-top: 2em;
}

nav{
  margin-bottom: 30px;
}

a{
  text-decoration: none;
  color: #444;
  transition: opacity 0.2s ease;
}

a:hover{
  opacity: 0.6;
}

small{
  opacity: .6;
}

pre{
  white-space: pre-wrap;
  font-family: inherit;
  margin: 0;
}

.logo {
  display: block;
  width: 300px;
  max-width: 80%;
  margin: 70px auto 25px auto;
}

.footer-note {
  margin-top: 40px;
  color: #777;
  font-size: 0.9rem;
}

blockquote {
  border-left: 3px solid #ccc;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #555;
}

/* Ajuste general de espacios */

h2 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}

h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.6rem;
}

blockquote {
  margin: 1rem 0;
}

p {
  margin: 0.8rem 0;
}

h2 + p,
h3 + p {
  margin-top: 0.5rem;
}

p + blockquote {
  margin-top: 0.8rem;
}

blockquote + h2,
blockquote + h3 {
  margin-top: 1.5rem;
}

.post-list {
  list-style: none;
  padding-left: 0;
}

.post-list li {
  margin-bottom: 20px;
}

.post-title {
  display: inline;
}

.post-date {
  display: block;
  margin-left: 18px;
  font-size: 0.9em;
  color: #666;
}

.imagen-ser-interior {
  text-align: center;
  margin: 30px 0;
}

.imagen-ser-interior img {
  width: 100%;     
  max-width: 800px;
  height: auto;
}

.nota-intro,
.nota-cierre {
  font-style: italic;
  color: #666;
  margin: 10px 0;
  line-height: 1.7;
}

.nota-cierre {
  margin-top: 10px;
}
