/* Estilos que complementan Tailwind (también en index.html estático) */
body.tlalixpan-theme {
  background-color: #fff9e6;
  color: #22270f;
  font-family: "Manrope", sans-serif;
}
.serif-italic {
  font-family: "Newsreader", serif;
  font-style: italic;
}
.text-editorial {
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.custom-logo-link img,
.custom-logo {
  height: 3rem;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
