/* Catarsis — tipografía editorial */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

body {
  font-family: "EB Garamond", serif;
  font-size: 21px;
  line-height: 1.72;
  color: #1a1a1a;
  margin: 0;
}

main {
  max-width: 680px;
  margin: 40px auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.2;
  color: #111;
}

h1 { font-size: 34px; margin: 0 0 8px; }
h2 { font-size: 26px; margin: 0 0 6px; }

p {
  text-align: justify;
  hyphens: auto;
  margin: 0 0 1.1em;
}

a, a:visited {
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}

a:hover {
  border-bottom-color: #1a1a1a;
}

img {
  width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-top: 0.5px solid #ccc;
  margin: 32px 0;
}

.fecha, time {
  font-size: 15px;
  color: #888;
}

article {
  margin-bottom: 56px;
}